2021-10-11 12:57:54 +00:00
|
|
|
---
|
|
|
|
icon: IconDirectory
|
|
|
|
title: '.output'
|
|
|
|
head.title: Output directory
|
|
|
|
---
|
|
|
|
|
|
|
|
# Output directory
|
|
|
|
|
2022-03-16 11:16:05 +00:00
|
|
|
Nuxt creates the `.output/` directory when building your application for production.
|
2021-10-11 12:57:54 +00:00
|
|
|
|
|
|
|
::alert{type=warning}
|
2021-11-21 12:31:44 +00:00
|
|
|
You should not touch any files inside since the whole directory will be re-created when running `nuxt build`.
|
2021-10-11 12:57:54 +00:00
|
|
|
::
|
|
|
|
|
2022-03-16 11:16:05 +00:00
|
|
|
Use this directory to deploy your Nuxt application to production. Learn more in our [deployment section](/docs/deployment).
|