Skip to content

Commit 449bdf0

Browse files
Mini-ghostdanielroe
authored andcommitted
fix(nuxt): use unhead key for ad-hoc module options (#28088)
1 parent 8a3c4e3 commit 449bdf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nuxt/src/head/module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const components = ['NoScript', 'Link', 'Base', 'Title', 'Meta', 'Style', 'Head'
88
export default defineNuxtModule<NuxtOptions['unhead']>({
99
meta: {
1010
name: 'meta',
11+
configKey: 'unhead',
1112
},
1213
async setup (options, nuxt) {
1314
const runtimeDir = resolve(distDir, 'head/runtime')

0 commit comments

Comments
 (0)