(workaround) force payload extraction

This commit is contained in:
kakkokari-gtyih 2023-07-15 17:44:29 +09:00
parent b5cbdc9c40
commit 03ee8d39f7

View File

@ -107,5 +107,6 @@ export default defineNuxtConfig({
},
experimental: {
inlineSSRStyles: false,
payloadExtraction: true,
},
})