mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
20 lines
363 B
Markdown
20 lines
363 B
Markdown
---
|
|
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
|
|
|
|
<!-- GENERATED_CONFIG_DOCS -->
|