docs: switch to official astro workflow

This commit is contained in:
Gabe Farrell 2025-06-13 01:36:38 -04:00
parent 95b3af6100
commit c9128011f6
2 changed files with 18 additions and 67 deletions

View file

@ -35,6 +35,8 @@ export default defineConfig({
}),
],
site: "https://koito.io",
vite: {
plugins: [tailwindcss()],
},