Skip to content

Commit f38bf65

Browse files
committed
fix router slim object for install path
1 parent a4b9467 commit f38bf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/libraries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const router: LibrarySlim = {
5757
ogImage: 'https://github.com/tanstack/router/raw/main/media/header.png',
5858
docsRoot: 'docs/router',
5959
defaultDocs: 'framework/react/overview',
60-
installPath: 'framework/$framework/installation',
60+
installPath: 'framework/$framework/quick-start',
6161
legacyPackages: ['react-location'],
6262
hideCodesandboxUrl: true,
6363
showNetlifyUrl: true,

0 commit comments

Comments
 (0)