🚧 Adds terminal

This commit is contained in:
2025-06-30 15:49:31 +02:00
parent b326d5e82c
commit 8992f7bbc3
7 changed files with 433 additions and 18 deletions

View File

@@ -3,10 +3,15 @@ import { defineConfig } from 'astro/config';
import tailwindcss from '@tailwindcss/vite';
import vue from '@astrojs/vue';
// https://astro.build/config
export default defineConfig({
site: "https://svitan.dev",
vite: {
plugins: [tailwindcss()]
}
});
},
integrations: [vue()]
});