diff --git a/playground/vite.config.ts b/playground/vite.config.ts index 7250acc5..81534cdd 100644 --- a/playground/vite.config.ts +++ b/playground/vite.config.ts @@ -12,7 +12,7 @@ export default defineConfig({ plugins: [ remix({ ignoredRouteFiles: ["**/.*"], - appDirectory: spaMode ? './spa' : './src/app', + appDirectory: spaMode ? './spa' : './app', ssr: !spaMode, future: { unstable_singleFetch: false