Add woodpecker config
This commit is contained in:
parent
8ca3b129dc
commit
4b8e7498a2
3 changed files with 22 additions and 1 deletions
|
|
@ -6,4 +6,11 @@ import react from '@astrojs/react';
|
|||
export default defineConfig({
|
||||
integrations: [react()],
|
||||
experimental: {},
|
||||
vite: {
|
||||
server: {
|
||||
watch: {
|
||||
ignored: ['/src/content/**'],
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue