Skip to content

Commit 63f23d8

Browse files
committed
chore: fix hints plugins
1 parent 43c7429 commit 63f23d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/utils/configuration.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function addClientHintsPlugin(
192192
return `import { defineNuxtPlugin, readonly, useState } from '#imports'
193193
export default defineNuxtPlugin({
194194
name: '${name}',
195-
order: 'post',
195+
enforce: 'post',
196196
parallel: false,${dependsOnString}
197197
async setup(nuxtApp) {
198198
const clientHints = useState('http-client-hints:state')

0 commit comments

Comments
 (0)