Nuxt/docs/scripts/nuxt.config.md

20 lines
379 B
Markdown
Raw Normal View History

---
icon: IconFile
title: nuxt.config.ts
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 -->