harlan-zw / nuxt-site-config

Unifying site config with powerful and flexible APIs, for module authors and users.
https://nuxtseo.com/site-config
MIT License
66 stars 6 forks source link

Install Nuxt Site Config says to use modules.ts without where to put it. #31

Closed sosensible closed 2 months ago

sosensible commented 3 months ago

Details

I installed the libraries, but the instructions on this page say to use modules.ts, but they don't say where to place the file. The goal is to use NuxtSEO as it was designed. Nothing non-standard.

harlan-zw commented 3 months ago

Hi @sosensible,

If you're using the @nuxtjs/seo module then it will auto-install all of the modules for you.

The Nuxt Site Config module is specifically for module authors to install alongside their modules, you shouldn't ever need to install this yourself.

I probably need to make the docs clearer on these points.