docs(guide): fix the link to deploy in guide/.output (#9994)

This commit is contained in:
AuroraTea 2023-01-09 17:19:15 +08:00 committed by GitHub
parent c6bf146976
commit 60c3e2f841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,4 +13,4 @@ Nuxt creates the `.output/` directory when building your application for product
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/guide/deploy).
Use this directory to deploy your Nuxt application to production. Learn more in our [deployment section](/docs/getting-started/deployment).