From 7b8e490dc2137dff426df0c5a899ab6026cdc2b1 Mon Sep 17 00:00:00 2001 From: Eduardo Pereira Date: Wed, 1 May 2024 00:15:02 -0300 Subject: [PATCH] Add Steps component to `google-firebase.mdx` --- src/content/docs/en/guides/deploy/google-firebase.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/docs/en/guides/deploy/google-firebase.mdx b/src/content/docs/en/guides/deploy/google-firebase.mdx index 5a5d571c22be1..ac9830e3362bf 100644 --- a/src/content/docs/en/guides/deploy/google-firebase.mdx +++ b/src/content/docs/en/guides/deploy/google-firebase.mdx @@ -4,7 +4,8 @@ description: How to deploy your Astro site to the web using Google’s Firebase type: deploy i18nReady: true --- -import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro' +import { Steps } from '@astrojs/starlight/components'; +import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro'; [Firebase Hosting](https://firebase.google.com/products/hosting) is a service provided by Google’s [Firebase](https://firebase.google.com/) app development platform, which can be used to deploy an Astro site. @@ -28,6 +29,7 @@ Deploying an SSR Astro site to Firebase requires the [Blaze plan](https://fireba ## How to deploy + 1. Install the [Firebase CLI](https://github.com/firebase/firebase-tools). This is a command-line tool that allows you to interact with Firebase from the terminal. @@ -127,3 +129,4 @@ Deploying an SSR Astro site to Firebase requires the [Blaze plan](https://fireba ``` +