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

379 B

icon title head.title
IconFile nuxt.config.js 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.

export default {
  // My Nuxt config
}

Learn more about all the different config properties