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 43c7429 commit 63f23d8Copy full SHA for 63f23d8
src/utils/configuration.ts
@@ -192,7 +192,7 @@ function addClientHintsPlugin(
192
return `import { defineNuxtPlugin, readonly, useState } from '#imports'
193
export default defineNuxtPlugin({
194
name: '${name}',
195
- order: 'post',
+ enforce: 'post',
196
parallel: false,${dependsOnString}
197
async setup(nuxtApp) {
198
const clientHints = useState('http-client-hints:state')
0 commit comments