update astro to v3

This commit is contained in:
Alexander Navarro 2023-09-12 20:34:16 -03:00
parent 34a8c1db33
commit 176279ecb5
4 changed files with 993 additions and 594 deletions

View file

@ -5,7 +5,5 @@ import react from '@astrojs/react';
// https://astro.build/config
export default defineConfig({
integrations: [react()],
experimental: {
assets: true,
},
experimental: {},
});