feat: Implement monthly collaborator page and component with custom global styling, replacing Tailwind CSS.
This commit is contained in:
@@ -1,17 +1,5 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
import node from '@astrojs/node';
|
||||
import tailwind from '@astrojs/tailwind';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
// Solo usamos la integración oficial (compatible con Tailwind v3)
|
||||
integrations: [tailwind()],
|
||||
|
||||
// Importante para SSR
|
||||
output: 'server',
|
||||
|
||||
adapter: node({
|
||||
mode: 'standalone'
|
||||
}),
|
||||
});
|
||||
export default defineConfig({});
|
||||
|
||||
Reference in New Issue
Block a user