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: packages/integrations/cloudflare/README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,13 @@ An SSR adapter for use with Cloudflare Pages Functions targets. Write your code
6
6
7
7
Add the Cloudflare adapter to enable SSR in your Astro project with the following `astro add` command. This will install the adapter and make the appropriate changes to your `astro.config.mjs` file in one step.
8
8
9
-
```bash
9
+
```sh
10
+
# Using NPM
10
11
npx astro add cloudflare
12
+
# Using Yarn
13
+
yarn astro add cloudflare
14
+
# Using PNPM
15
+
pnpm astro add cloudflare
11
16
```
12
17
13
18
If you prefer to install the adapter manually instead, complete the following two steps:
Copy file name to clipboardExpand all lines: packages/integrations/deno/README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,13 @@ If you wish to [use server-side rendering (SSR)](https://docs.astro.build/en/gui
25
25
26
26
Add the Deno adapter to enable SSR in your Astro project with the following `astro add` command. This will install the adapter and make the appropriate changes to your `astro.config.mjs` file in one step.
27
27
28
-
```bash
28
+
```sh
29
+
# Using NPM
29
30
npx astro add deno
31
+
# Using Yarn
32
+
yarn astro add deno
33
+
# Using PNPM
34
+
pnpm astro add deno
30
35
```
31
36
32
37
If you prefer to install the adapter manually instead, complete the following two steps:
Copy file name to clipboardExpand all lines: packages/integrations/netlify/README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,13 @@ If you wish to [use server-side rendering (SSR)](https://docs.astro.build/en/gui
27
27
28
28
Add the Netlify adapter to enable SSR in your Astro project with the following `astro add` command. This will install the adapter and make the appropriate changes to your `astro.config.mjs` file in one step.
29
29
30
-
```bash
30
+
```sh
31
+
# Using NPM
31
32
npx astro add netlify
33
+
# Using Yarn
34
+
yarn astro add netlify
35
+
# Using PNPM
36
+
pnpm astro add netlify
32
37
```
33
38
34
39
If you prefer to install the adapter manually instead, complete the following two steps:
Copy file name to clipboardExpand all lines: packages/integrations/node/README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,13 @@ If you wish to [use server-side rendering (SSR)](https://docs.astro.build/en/gui
23
23
24
24
Add the Node adapter to enable SSR in your Astro project with the following `astro add` command. This will install the adapter and make the appropriate changes to your `astro.config.mjs` file in one step.
25
25
26
-
```bash
26
+
```sh
27
+
# Using NPM
27
28
npx astro add node
29
+
# Using Yarn
30
+
yarn astro add node
31
+
# Using PNPM
32
+
pnpm astro add node
28
33
```
29
34
30
35
If you prefer to install the adapter manually instead, complete the following two steps:
Copy file name to clipboardExpand all lines: packages/integrations/vercel/README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,13 @@ If you wish to [use server-side rendering (SSR)](https://docs.astro.build/en/gui
24
24
25
25
Add the Vercel adapter to enable SSR in your Astro project with the following `astro add` command. This will install the adapter and make the appropriate changes to your `astro.config.mjs` file in one step.
26
26
27
-
```bash
27
+
```sh
28
+
# Using NPM
28
29
npx astro add vercel
30
+
# Using Yarn
31
+
yarn astro add vercel
32
+
# Using PNPM
33
+
pnpm astro add vercel
29
34
```
30
35
31
36
If you prefer to install the adapter manually instead, complete the following two steps:
0 commit comments