pl-fe: fix escaped @

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-01-03 17:20:55 +01:00
parent f78f365643
commit 6c997cad09

View File

@ -1344,6 +1344,7 @@ const router = createRouter({
defaultNotFoundComponent: GenericNotFound,
defaultPendingComponent: PendingComponent,
scrollRestoration: true,
pathParamsAllowedCharacters: ['@'],
});
declare module '@tanstack/react-router' {