Skip to content

Commit 8066a59

Browse files
fix: remove headers from client route (#5459)
1 parent de825dd commit 8066a59

File tree

1 file changed

+1
-1
lines changed
  • packages/start-plugin-core/src/start-router-plugin

1 file changed

+1
-1
lines changed

packages/start-plugin-core/src/start-router-plugin/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export function tanStackStartRouter(
222222
...routerConfig,
223223
codeSplittingOptions: {
224224
...routerConfig.codeSplittingOptions,
225-
deleteNodes: ['ssr', 'server'],
225+
deleteNodes: ['ssr', 'server', 'headers'],
226226
addHmr: true,
227227
},
228228
plugin: {

0 commit comments

Comments
 (0)