fix(docs-guides-nuxt): change 'nux.config.js' to 'nuxt.config.js (#5015)
This commit is contained in:
parent
0036d3f22d
commit
a2be039f08
@ -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
|
If you are using **nuxt version below 2.14** you have to use generate option in nuxt/content module to generate pages
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
//nux.config.js
|
//nuxt.config.js
|
||||||
export default {
|
export default {
|
||||||
modules: [,
|
modules: [,
|
||||||
'@nuxt/content'
|
'@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
|
Loading…
x
Reference in New Issue
Block a user