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.
unhead
1 parent 8a3c4e3 commit 449bdf0Copy full SHA for 449bdf0
packages/nuxt/src/head/module.ts
@@ -8,6 +8,7 @@ const components = ['NoScript', 'Link', 'Base', 'Title', 'Meta', 'Style', 'Head'
8
export default defineNuxtModule<NuxtOptions['unhead']>({
9
meta: {
10
name: 'meta',
11
+ configKey: 'unhead',
12
},
13
async setup (options, nuxt) {
14
const runtimeDir = resolve(distDir, 'head/runtime')
0 commit comments