Added gitea action
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-03-31 10:36:15 +02:00
parent 26e57cb95e
commit 7aa0d99db1
2 changed files with 62 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ import tailwindcss from '@tailwindcss/vite';
// https://astro.build/config
export default defineConfig({
site: process.env.ASTRO_SITE_URL || 'http://localhost:4321',
base: process.env.ASTRO_BASE_PATH || '/',
vite: {
plugins: [tailwindcss()]
}