Skip to content

Commit d5ea6a9

Browse files
committed
chore: up
1 parent da28d98 commit d5ea6a9

File tree

1 file changed

+1
-3
lines changed
  • packages/router-generator/tests/plugins

1 file changed

+1
-3
lines changed

packages/router-generator/tests/plugins/mdx.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ export function mdxRouteGen(): GeneratorPlugin {
6565
tsrImports: () =>
6666
`import RouteComponent from \'./${mdxSibling.filePath}\';`,
6767
tsrExportStart: (routePath) =>
68-
config.verboseFileRoutes === false
69-
? 'export const Route = createFileRoute('
70-
: `export const Route = createFileRoute('${routePath}')(`,
68+
`export const Route = createFileRoute('${routePath}')(`,
7169
tsrExportEnd: () => ');',
7270
},
7371
},

0 commit comments

Comments
 (0)