diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-28 11:07:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 11:07:37 -0700 |
commit | 25b6367aa14a6aefa842f70dc208fdb3e11f6e06 (patch) | |
tree | 41bdb9b456cbb8d59aaf421e8c82582a4eabcc55 /src | |
parent | 796a16c8da1e40aef418559ade2252a5275708c8 (diff) | |
parent | b102c9b2b3aaa4d66bda8d932ba2d6bd4575c044 (diff) | |
download | homer-25b6367aa14a6aefa842f70dc208fdb3e11f6e06.tar.gz homer-25b6367aa14a6aefa842f70dc208fdb3e11f6e06.tar.zst homer-25b6367aa14a6aefa842f70dc208fdb3e11f6e06.zip |
Merge pull request #94 from bastienwirtz/avoid-file-volume
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); |