docs: Info icon fix on "Standalone server" section (#21589)

This commit is contained in:
Zaid Kureshi 2023-06-15 20:58:03 +05:30 committed by GitHub
parent b37ec72f8a
commit de5c758766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,6 @@ Nuxt 3 generates this dist when running `nuxt build` into a [`.output`](/docs/gu
The output contains 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}
::alert{type="info" icon=}
Check out the Nitro engine on GitHub: [unjs/nitro](https://github.com/unjs/nitro).
::