diff --git a/modern.config.ts b/modern.config.ts index bd645aac..57798748 100644 --- a/modern.config.ts +++ b/modern.config.ts @@ -10,7 +10,16 @@ export default defineConfig({ entriesDir: "./src", }, runtime: { - router: true, + router: { + future: { + v7_startTransition: true, + v7_relativeSplatPath: true, + v7_fetcherPersist: true, + v7_normalizeFormMethod: true, + v7_partialHydration: true, + v7_skipActionErrorRevalidation: true, + }, + }, }, server: { ssr: {