diff --git a/apps/frontend/astro.config.mjs b/apps/frontend/astro.config.mjs index 70edc2c..036354c 100644 --- a/apps/frontend/astro.config.mjs +++ b/apps/frontend/astro.config.mjs @@ -13,6 +13,9 @@ export default defineConfig({ enabled: true, configPath: './wrangler.jsonc', }, + session: { + persistence: 'none', + }, }), vite: { plugins: [tailwindcss()],