From de5c75876618ba57f68888bf1d0f077a49589e24 Mon Sep 17 00:00:00 2001 From: Zaid Kureshi <48899828+imzedi@users.noreply.github.com> Date: Thu, 15 Jun 2023 20:58:03 +0530 Subject: [PATCH] docs: Info icon fix on "Standalone server" section (#21589) --- docs/2.guide/1.concepts/4.server-engine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.guide/1.concepts/4.server-engine.md b/docs/2.guide/1.concepts/4.server-engine.md index 1e72364e96..5ee2e19ee7 100644 --- a/docs/2.guide/1.concepts/4.server-engine.md +++ b/docs/2.guide/1.concepts/4.server-engine.md @@ -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). ::