We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5335c commit cb17923Copy full SHA for cb17923
src/app.tsx
@@ -8,6 +8,7 @@ import Nav from "./components/nav";
8
export default function App() {
9
return (
10
<Router
11
+ base="/solid-hackernews"
12
root={(props) => (
13
<>
14
<Nav />
0 commit comments