iamge cmopression and a few small tweaks

This commit is contained in:
Zoe
2022-12-17 23:49:54 -06:00
parent e785c2c36c
commit 7adb93b872
19 changed files with 863 additions and 73 deletions

View File

@@ -25,11 +25,15 @@ export default defineNuxtConfig({
},
},
modules: ['nuxt-icon', '@nuxt/content'],
modules: ['nuxt-icon', '@nuxt/content', '@nuxt/image-edge'],
nitro: {
prerender: {
crawlLinks: true,
routes: ['/sitemap.xml']
},
experimental: {
payloadExtraction: true
}
},