There was an error while loading. Please reload this page.
1 parent da28d98 commit d5ea6a9Copy full SHA for d5ea6a9
packages/router-generator/tests/plugins/mdx.ts
@@ -65,9 +65,7 @@ export function mdxRouteGen(): GeneratorPlugin {
65
tsrImports: () =>
66
`import RouteComponent from \'./${mdxSibling.filePath}\';`,
67
tsrExportStart: (routePath) =>
68
- config.verboseFileRoutes === false
69
- ? 'export const Route = createFileRoute('
70
- : `export const Route = createFileRoute('${routePath}')(`,
+ `export const Route = createFileRoute('${routePath}')(`,
71
tsrExportEnd: () => ');',
72
},
73
0 commit comments