Add woodpecker config

This commit is contained in:
Alexander Navarro 2023-11-11 19:47:18 -03:00
parent 8ca3b129dc
commit 4b8e7498a2
3 changed files with 22 additions and 1 deletions

View file

@ -6,4 +6,11 @@ import react from '@astrojs/react';
export default defineConfig({
integrations: [react()],
experimental: {},
vite: {
server: {
watch: {
ignored: ['/src/content/**'],
},
},
},
});