This commit is contained in:
2026-03-25 11:14:06 +01:00
parent 86e8798c69
commit 9125b09b2a
2 changed files with 24 additions and 0 deletions

View File

@@ -7,6 +7,10 @@ import node from '@astrojs/node';
// https://astro.build/config
export default defineConfig({
output: 'server',
image: {
service: { entrypoint: 'astro/assets/services/noop' }
},
vite: {
plugins: [tailwindcss()]
},