diff --git a/README.md b/README.md index a0bcc55..cfe7ceb 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,7 @@ pnpm i pnpm dev ``` + +## FAQ + +- [Error when opening nuxt3 web link in China's QQ application](https://github.com/nuxt/nuxt/issues/24229) diff --git a/nuxt.config.ts b/nuxt.config.ts index 1912154..b556893 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -17,7 +17,9 @@ export default defineNuxtConfig({ // when using generate, payload js assets included in sw precache manifest // but missing on offline, disabling extraction it until fixed payloadExtraction: false, - renderJsonPayloads: true, + // renderJsonPayloads: true, + // https://github.com/nuxt/nuxt/issues/24229 + appManifest: false, typedPages: true, },