diff --git a/website/src/Router.tsx b/website/src/Router.tsx index 7f7e09d..ed1e0b5 100644 --- a/website/src/Router.tsx +++ b/website/src/Router.tsx @@ -1,4 +1,4 @@ -import { Route, Router } from "@solidjs/router"; +import { HashRouter, Route } from "@solidjs/router"; import Index from "./pages/Index"; import Pengujian from "./pages/Pengujian"; import Histori from "./pages/Histori"; @@ -10,11 +10,11 @@ interface Props { export default function (props: Props) { return ( - + - + ); }