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