diff --git a/astro.config.mjs b/astro.config.mjs index 9e97f61..2d8e50a 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,10 +5,7 @@ import node from '@astrojs/node'; import AstroPWA from '@vite-pwa/astro'; export default defineConfig({ - output: 'server', - adapter: node({ - mode: 'standalone' - }), + output: 'static', integrations: [ react(), AstroPWA({