diff --git a/app.config.ts b/app.config.ts index bd8a5af6..17f1372d 100644 --- a/app.config.ts +++ b/app.config.ts @@ -24,6 +24,9 @@ const polyfillOptions = { } as PolyfillOptions export default defineConfig({ + nitro: { + timing: true + }, ssr: true, server: { preset: runtime,