Nuxt/docs/scripts/nuxt.config.md
Pooya Parsa d8f40155c1 chore(docs): generate config based on template
this helps to not commit generated content
2021-10-11 19:46:23 +02:00

20 lines
379 B
Markdown

---
icon: IconFile
title: nuxt.config.js
head.title: Nuxt configuration file
---
# Nuxt configuration file
Nuxt can be configured easily with one single file, called `nuxt.config`, it supports both `.js` and `.ts` extension.
```ts
export default {
// My Nuxt config
}
```
Learn more about all the different [config properties](/docs/config)
<!-- GENERATED_CONFIG_DOCS -->