We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3097080 commit ce9c7f0Copy full SHA for ce9c7f0
packages/react-router/src/index.tsx
@@ -349,7 +349,7 @@ export { Asset } from './Asset'
349
export { HeadContent } from './HeadContent'
350
export { Scripts } from './Scripts'
351
export type * from './ssr/serializer'
352
-export { composeRewrites } from '@tanstack/router-core'
+export { composeRewrites, rewriteBasepath } from '@tanstack/router-core'
353
export type {
354
LocationRewrite,
355
LocationRewriteFunction,
0 commit comments