Nuxt/docs/2.guide/2.directory-structure/0.output.md
Sébastien Chopin f26a801775
docs: update to new website (#23743)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-10-18 12:59:43 +02:00

709 B

title description head.title navigation.icon
.output Nuxt creates the .output/ directory when building your application for production. .output/ i-ph-folder-duotone

::callout{icon="i-ph-warning-duotone" color="amber"} This directory should be added to your .gitignore file to avoid pushing the build output to your repository. ::

Use this directory to deploy your Nuxt application to production.

:read-more{to="/docs/getting-started/deployment"}

::callout{icon="i-ph-warning-duotone" color="amber"} You should not touch any files inside since the whole directory will be re-created when running nuxt build. ::