Nuxt/docs/content/2.guide/3.directory-structure/2.output.md
Clément Ollivier a3b523bca3
docs: update deployment section (#4452)
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-20 19:54:40 +02:00

438 B

icon title head.title
IconDirectory .output Output directory

Output directory

Nuxt creates the .output/ directory when building your application for production.

::alert{type=warning} You should not touch any files inside since the whole directory will be re-created when running nuxt build. ::

Use this directory to deploy your Nuxt application to production. Learn more in our deployment section.