Skip to content

Commit

Permalink
Add Steps component to google-firebase.mdx (#8105)
Browse files Browse the repository at this point in the history
Co-authored-by: Houston (Bot) <[email protected]>
Co-authored-by: Chirag <[email protected]>
  • Loading branch information
3 people authored May 2, 2024
1 parent 4f0c294 commit 6872d39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/content/docs/en/guides/deploy/google-firebase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -28,6 +29,7 @@ Deploying an SSR Astro site to Firebase requires the [Blaze plan](https://fireba

## How to deploy

<Steps>
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.

<PackageManagerTabs>
Expand Down Expand Up @@ -127,3 +129,4 @@ Deploying an SSR Astro site to Firebase requires the [Blaze plan](https://fireba
```
</Fragment>
</PackageManagerTabs>
</Steps>

0 comments on commit 6872d39

Please sign in to comment.