You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/astro/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ To use follow these instructions:
9
9
1. Install the `@apphosting/astro-adapter` Astro adapter with the following command in your terminal:
10
10
`npx astro add @apphosting/astro-adapter`
11
11
1. Add the adapter with the standalone rendering mode to your astro.config.* file:
12
+
12
13
```js
13
14
import { defineConfig } from'astro/config';
14
15
importnodefrom'@apphosting/astro-adapter';
@@ -20,6 +21,7 @@ export default defineConfig({
20
21
}),
21
22
});
22
23
```
24
+
23
25
1. Push the changes to github and kickoff a new rollout
24
26
25
27
> **Experimental:** While this adapter was built by Google employees, it is not currently an official Google Cloud product. Support is best-effort only.
Copy file name to clipboardExpand all lines: docs/nitro/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
-
# App Hosting Nitro Adapter
2
-
1
+
# App Hosting Nitro Preset
3
2
4
3
Applications powered by Nitro have zero-configuration support for Firebase App Hosting, using the Firebase App Hosting preset. [Learn more in the Nitro documentation](https://nitro.build/deploy/providers/firebase).
Nuxt support on Firebase App Hosting is powered by the [community-supported Nitro preset](https://firebaseopensource.com/projects/FirebaseExtended/firebase-framework-tools::docs::nuxt).
3
+
Nuxt support on Firebase App Hosting is powered by the [community-supported Nitro preset](https://firebaseopensource.com/projects/FirebaseExtended/firebase-framework-tools::docs::nitro).
4
4
5
5
> **Community-supported:** While built in collaboration with Firebase App Hosting, the Nitro preset is not currently an official Google Cloud product. Support is best-effort only.
0 commit comments