From 85a84acc424779f41d114c9e7ad8242f01f5ff72 Mon Sep 17 00:00:00 2001 From: BluemediaGER Date: Sun, 16 Jan 2022 00:09:55 +0100 Subject: [PATCH] Make config request relative --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index a075a73..212ea94 100644 --- a/src/App.vue +++ b/src/App.vue @@ -79,7 +79,7 @@ export default { methods: { // Get frontend config and trigger initial data fetch getConfig() { - axios.get('/config.json') + axios.get('config.json') .then(response => { this.config = response.data; // Set title if defined in config