diff --git a/astro.config.mjs b/astro.config.mjs index fe6d6d74f..919060435 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -8,17 +8,6 @@ export default defineConfig({ build: { inlineStylesheets: 'always', }, - vite: { - plugins: [tailwindcss()], - preview: { - host: true, // Allow all hosts (fix Easypanel access) - port: 80, - strictPort: false, - }, - server: { - host: true, // Allow all hosts - port: 80, - strictPort: false, - }, - }, + // Remove vite config - we only serve static files via serve package + // No preview/server config needed since using static file serving }); \ No newline at end of file