1
Fork 0

Remove experiment tag, updated to Astro 3.0

This commit is contained in:
Korbs 2023-08-30 16:17:56 -04:00
parent ae4f4db33c
commit 98c810e7da
No known key found for this signature in database

View file

@ -11,8 +11,5 @@ export default defineConfig({
},
build: {
format: 'file'
},
experimental: {
assets: true,
}
})