chore: upgrade deps

This commit is contained in:
三咲智子 Kevin Deng 2023-01-25 01:52:22 +08:00
parent 82694b87b6
commit 727cc5d495
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
5 changed files with 1470 additions and 931 deletions

View file

@ -115,6 +115,11 @@ export default defineNuxtConfig({
},
},
nitro: {
esbuild: {
options: {
target: 'esnext',
},
},
prerender: {
crawlLinks: true,
routes: ['/'],