Skip to content

Commit cb17923

Browse files
committed
add baseurl to the router
1 parent bb5335c commit cb17923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import Nav from "./components/nav";
88
export default function App() {
99
return (
1010
<Router
11+
base="/solid-hackernews"
1112
root={(props) => (
1213
<>
1314
<Nav />

0 commit comments

Comments
 (0)