@@ -149,7 +149,7 @@ export interface FileRoutesByFullPath {
149149 '/demo/guitars/$guitarId' : typeof DemoGuitarsGuitarIdRoute
150150 '/demo/start/api-request' : typeof DemoStartApiRequestRoute
151151 '/demo/start/server-funcs' : typeof DemoStartServerFuncsRoute
152- '/demo/guitars' : typeof DemoGuitarsIndexRoute
152+ '/demo/guitars/ ' : typeof DemoGuitarsIndexRoute
153153 '/demo/api/ai/chat' : typeof DemoApiAiChatRoute
154154 '/demo/api/ai/image' : typeof DemoApiAiImageRoute
155155 '/demo/api/ai/structured' : typeof DemoApiAiStructuredRoute
@@ -158,7 +158,7 @@ export interface FileRoutesByFullPath {
158158 '/demo/start/ssr/data-only' : typeof DemoStartSsrDataOnlyRoute
159159 '/demo/start/ssr/full-ssr' : typeof DemoStartSsrFullSsrRoute
160160 '/demo/start/ssr/spa-mode' : typeof DemoStartSsrSpaModeRoute
161- '/demo/start/ssr' : typeof DemoStartSsrIndexRoute
161+ '/demo/start/ssr/ ' : typeof DemoStartSsrIndexRoute
162162}
163163export interface FileRoutesByTo {
164164 '/' : typeof IndexRoute
@@ -221,7 +221,7 @@ export interface FileRouteTypes {
221221 | '/demo/guitars/$guitarId'
222222 | '/demo/start/api-request'
223223 | '/demo/start/server-funcs'
224- | '/demo/guitars'
224+ | '/demo/guitars/ '
225225 | '/demo/api/ai/chat'
226226 | '/demo/api/ai/image'
227227 | '/demo/api/ai/structured'
@@ -230,7 +230,7 @@ export interface FileRouteTypes {
230230 | '/demo/start/ssr/data-only'
231231 | '/demo/start/ssr/full-ssr'
232232 | '/demo/start/ssr/spa-mode'
233- | '/demo/start/ssr'
233+ | '/demo/start/ssr/ '
234234 fileRoutesByTo : FileRoutesByTo
235235 to :
236236 | '/'
@@ -350,7 +350,7 @@ declare module '@tanstack/react-router' {
350350 '/demo/guitars/' : {
351351 id : '/demo/guitars/'
352352 path : '/demo/guitars'
353- fullPath : '/demo/guitars'
353+ fullPath : '/demo/guitars/ '
354354 preLoaderRoute : typeof DemoGuitarsIndexRouteImport
355355 parentRoute : typeof rootRouteImport
356356 }
@@ -392,7 +392,7 @@ declare module '@tanstack/react-router' {
392392 '/demo/start/ssr/' : {
393393 id : '/demo/start/ssr/'
394394 path : '/demo/start/ssr'
395- fullPath : '/demo/start/ssr'
395+ fullPath : '/demo/start/ssr/ '
396396 preLoaderRoute : typeof DemoStartSsrIndexRouteImport
397397 parentRoute : typeof rootRouteImport
398398 }
0 commit comments