fix(docs-guides-nuxt): change 'nux.config.js' to 'nuxt.config.js (#5015)

This commit is contained in:
Barthélémy Ledoux 2021-02-25 03:26:03 -06:00 committed by GitHub
parent 0036d3f22d
commit a2be039f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,7 @@ target: 'static'
If you are using **nuxt version below 2.14** you have to use generate option in nuxt/content module to generate pages
```javascript
//nux.config.js
//nuxt.config.js
export default {
modules: [,
'@nuxt/content'
@ -266,4 +266,4 @@ export default {
};
```
To see the generated site, navigate to name-of-your-website.netlify.app/blog
To see the generated site, navigate to name-of-your-website.netlify.app/blog