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