Skip to content

Commit b6f0c78

Browse files
authored
fix(docs): add fallback="static" to Router component (#13)
1 parent 7dcc79d commit b6f0c78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ const routes: RouteDefinition[] = [
4343
];
4444

4545
export default function App() {
46-
return <Router routes={routes} />;
46+
return <Router routes={routes} fallback="static" />;
4747
}

0 commit comments

Comments
 (0)