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 3a6c840 commit 54971c6Copy full SHA for 54971c6
src/nuxt/module.ts
@@ -15,7 +15,7 @@ export default defineNuxtModule<ModuleOptions>({
15
const { resolve } = createResolver(import.meta.url)
16
17
// Push options and merge to runtimeConfig
18
- nuxt.options.runtimeConfig.motion = defu(nuxt.options.runtimeConfig?.motion || {}, options)
+ nuxt.options.runtimeConfig.public.motion = defu(nuxt.options.runtimeConfig.public.motion || {}, options)
19
20
// Add templates (options and directives)
21
addPlugin(resolve('./runtime/templates/motion'))
0 commit comments