aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-06-23 22:56:33 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-06-28 11:05:40 -0700
commitb102c9b2b3aaa4d66bda8d932ba2d6bd4575c044 (patch)
tree41bdb9b456cbb8d59aaf421e8c82582a4eabcc55 /src
parent796a16c8da1e40aef418559ade2252a5275708c8 (diff)
downloadhomer-b102c9b2b3aaa4d66bda8d932ba2d6bd4575c044.tar.gz
homer-b102c9b2b3aaa4d66bda8d932ba2d6bd4575c044.tar.zst
homer-b102c9b2b3aaa4d66bda8d932ba2d6bd4575c044.zip
Regroup all editable files in one place
Diffstat (limited to 'src')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 17c3214..613c743 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -156,7 +156,7 @@ export default {
156 document.title = `${this.config.title} | ${this.config.subtitle}`; 156 document.title = `${this.config.title} | ${this.config.subtitle}`;
157 }, 157 },
158 methods: { 158 methods: {
159 getConfig: function (path = "config.yml") { 159 getConfig: function (path = "assets/config.yml") {
160 return fetch(path).then((response) => { 160 return fetch(path).then((response) => {
161 if (!response.ok) { 161 if (!response.ok) {
162 throw Error(response.statusText); 162 throw Error(response.statusText);