1
0
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:
Bastien Wirtz
2020-06-23 22:56:33 -07:00
parent 796a16c8da
commit b102c9b2b3
11 changed files with 29 additions and 23 deletions

View File

@@ -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);