mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
docs: missing backtick (#1560)
This commit is contained in:
parent
84e299f280
commit
2eeaa8d702
@ -21,7 +21,7 @@ Nitro supports [Firebase Hosting](https://firebase.google.com/docs/hosting) with
|
||||
|
||||
If you don't already have a `firebase.json` in your root directory, Nitro will create one the first time you run it. All you will need to do is edit this to replace `<your_project_id>` with the project ID that you have chosen on Firebase.
|
||||
|
||||
This file should then be committed to version control. You can also create a `.firebaserc` file if you don't want to manually pass your project ID to your `firebase` commands (with `--project <your_project_id>):
|
||||
This file should then be committed to version control. You can also create a `.firebaserc` file if you don't want to manually pass your project ID to your `firebase` commands (with `--project <your_project_id>`):
|
||||
```json [.firebaserc]
|
||||
{
|
||||
"projects": {
|
||||
|
Loading…
Reference in New Issue
Block a user