Closed zoxon closed 2 years ago
Please add support for top level option in nuxt config and for nuxt runtimeConfig For example
// nuxt.config.js export default { modules: [ 'cookie-universal-nuxt', ], cookie: { // options } }
// nuxt.config.js export default { modules: [ 'cookie-universal-nuxt', ], publicRuntimeConfig: { cookie: { // options } } }
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please add support for top level option in nuxt config and for nuxt runtimeConfig For example