mirror of
https://github.com/Awesome-Technologies/synapse-admin.git
synced 2025-07-21 13:04:31 +02:00
parent
1e8b4cc885
commit
b2a3fb0f87
@ -5,7 +5,7 @@ import { createRoot } from "react-dom/client";
|
|||||||
import App from "./App";
|
import App from "./App";
|
||||||
import { AppContext } from "./AppContext";
|
import { AppContext } from "./AppContext";
|
||||||
|
|
||||||
fetch("config.json")
|
fetch(`${import.meta.env.BASE_URL}/config.json`)
|
||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
.then(props =>
|
.then(props =>
|
||||||
createRoot(document.getElementById("root")).render(
|
createRoot(document.getElementById("root")).render(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user