mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
f26a801775
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
709 B
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
.
::