refactor: move submodule into this repo

This commit is contained in:
Alexander Navarro 2023-12-17 20:58:58 -03:00
parent b6450742d1
commit 4f903c3c8d
329 changed files with 234691 additions and 20 deletions

View file

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