Update nuxt.config.ts

This commit is contained in:
かっこかり 2023-12-01 14:14:39 +09:00 committed by GitHub
parent 980ebab9db
commit 4db1868706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,6 @@ export default defineNuxtConfig({
}, },
experimental: { experimental: {
inlineSSRStyles: false, inlineSSRStyles: false,
payloadExtraction: true,
componentIslands: true, componentIslands: true,
}, },
routeRules: getRouteRules(), routeRules: getRouteRules(),