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>
19 lines
709 B
Markdown
19 lines
709 B
Markdown
---
|
|
title: ".output"
|
|
description: "Nuxt creates the .output/ directory when building your application for production."
|
|
head.title: ".output/"
|
|
navigation.icon: i-ph-folder-duotone
|
|
---
|
|
|
|
::callout{icon="i-ph-warning-duotone" color="amber"}
|
|
This directory should be added to your [`.gitignore`](/docs/guide/directory-structure/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`](/docs/api/commands/build).
|
|
::
|