updatge
This commit is contained in:
@@ -4,7 +4,7 @@ import GERoot, { routes } from "@/generative-energy/GERoot.tsx";
|
||||
|
||||
createSSRApp(GERoot)
|
||||
.use(createRouter({
|
||||
routes,
|
||||
history: createWebHistory('/generative-energy')
|
||||
routes,
|
||||
history: createWebHistory("/generative-energy"),
|
||||
}))
|
||||
.mount('#app-root');
|
||||
.mount("#app-root");
|
||||
|
||||
Reference in New Issue
Block a user