Explorar o código

fix: Frontend config fetching from relative url

Owen Diffey hai 1 ano
pai
achega
931a9054a1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/src/main.js

+ 1 - 1
frontend/src/main.js

@@ -12,7 +12,7 @@ import store from "./store";
 import AppComponent from "./App.vue";
 
 const defaultConfigURL = new URL(
-	"config/default.json",
+	"/config/default.json",
 	import.meta.url
 ).toString();