diff --git a/www/src/index.jsx b/www/src/index.jsx index 31b7048..36c640b 100644 --- a/www/src/index.jsx +++ b/www/src/index.jsx @@ -1,6 +1,6 @@ /* @refresh reload */ import { render } from 'solid-js/web'; -import { Router, Route, Routes } from "@solidjs/router"; +import { Router, Route, Routes, hashIntegration } from "@solidjs/router"; import './index.css'; import { Concert, Default } from './pages/Production'; @@ -14,7 +14,7 @@ if (import.meta.env.DEV && !(root instanceof HTMLElement)) { } render(() => ( - +