mirror of
https://github.com/taigrr/homer
synced 2025-01-18 04:53:12 -08:00
Regroup all editable files in one place
This commit is contained in:
@@ -156,7 +156,7 @@ export default {
|
||||
document.title = `${this.config.title} | ${this.config.subtitle}`;
|
||||
},
|
||||
methods: {
|
||||
getConfig: function (path = "config.yml") {
|
||||
getConfig: function (path = "assets/config.yml") {
|
||||
return fetch(path).then((response) => {
|
||||
if (!response.ok) {
|
||||
throw Error(response.statusText);
|
||||
|
||||
Reference in New Issue
Block a user