We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906a44a commit e7f9d05Copy full SHA for e7f9d05
src/node/config.ts
@@ -343,6 +343,7 @@ export async function resolveSiteData(
343
344
function resolveSiteDataHead(userConfig?: UserConfig): HeadConfig[] {
345
const head = userConfig?.head ?? []
346
+ if (userConfig?.mpa) return head
347
348
// add inline script to apply dark mode, if user enables the feature.
349
// this is required to prevent "flash" on initial page load.
0 commit comments