docs: fix typo and unjs/nitro link (#4368)

This commit is contained in:
Damian 2022-04-14 22:56:16 +01:00 committed by GitHub
parent eefaba8160
commit 20e09d6203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,5 +57,5 @@ Nuxt 3 generates this dist when running `nuxt build` into a [`.output`](/guide/d
The output is combined with both runtime code to run your Nuxt server in any environment (including experimental browser Service Workers!) and serve your static files, making it a true hybrid framework for the JAMstack. In addition, Nuxt implements a native storage layer, supporting multi source, drivers and local assets.
::alert{type="info" icon=IconCode}
Checkout the Nitro engine on GitHub: [framework/packages/nitro](https://github.com/nuxt/framework/tree/main/packages/nitro)
Check out the Nitro engine on GitHub: [unjs/nitro](https://github.com/unjs/nitro).
::