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 ``` +