diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-23 22:56:33 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-23 23:04:27 -0700 |
commit | a7ba289efa228613b18abc853c22fb3b5d99b9a7 (patch) | |
tree | 9ea0a10266d7bf00f235d95c6cae7b70cd31428d /src | |
parent | 796a16c8da1e40aef418559ade2252a5275708c8 (diff) | |
download | homer-a7ba289efa228613b18abc853c22fb3b5d99b9a7.tar.gz homer-a7ba289efa228613b18abc853c22fb3b5d99b9a7.tar.zst homer-a7ba289efa228613b18abc853c22fb3b5d99b9a7.zip |
Regroup all editable files in one place
Diffstat (limited to 'src')
-rw-r--r-- | src/App.vue | 2 |
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); |