Nuxt/docs/2.directory-structure/0.output.md
Sébastien Chopin cd7627d9ff chore: wip
2023-03-27 15:17:17 +02:00

16 lines
530 B
Markdown

---
title: ".output/"
description: "Nuxt creates the .output/ directory when building your application for production."
head.title: ".output/"
---
# 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](/docs/getting-started/deployment).