Ver Fonte

fix: Frontend config fetching from relative url

Owen Diffey há 1 ano atrás
pai
commit
931a9054a1
1 ficheiros alterados com 1 adições e 1 exclusões
  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();