You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything happens in the lib/utils.js file.
In the second iteration the array is recursively passed to the mergedConfig function, and is converted to an object by the reduce.
Thanks for your work.
The text was updated successfully, but these errors were encountered:
Version
@nuxt/content: v1.6.1
nuxt: v2.14.3
Steps to reproduce
Use an array as config in content.
Exemple:
What is Expected?
The array should be passed as it to the plugin options.
What is actually happening?
The array is converted to an object.
Everything happens in the lib/utils.js file.
In the second iteration the array is recursively passed to the mergedConfig function, and is converted to an object by the reduce.
Thanks for your work.
The text was updated successfully, but these errors were encountered: