fix: icon padding bottom & remove useless recipe

This commit is contained in:
YunYouJun
2023-11-06 14:34:19 +08:00
parent dd2de09325
commit 7f87c47320
6 changed files with 11 additions and 22 deletions

View File

@@ -27,7 +27,6 @@ export default defineNuxtConfig({
// but missing on offline, disabling extraction it until fixed
payloadExtraction: false,
inlineSSRStyles: false,
renderJsonPayloads: true,
typedPages: true,
},
@@ -49,7 +48,7 @@ export default defineNuxtConfig({
},
prerender: {
crawlLinks: false,
routes: ['/', '/random', 'help', '/user'],
routes: ['/', '/random', '/help', '/user', '/404', '/settings'],
ignore: ['/hi'],
},
},