File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ If you wish to [use server-side rendering (SSR)](https://docs.astro.build/en/gui
2323
2424First, install the ` @astrojs/deno ` package using your package manager. If you're using npm or aren't sure, run this in the terminal:
2525
26- ``` shell
26+ ``` sh
2727npm install @astrojs/deno
2828```
2929
@@ -53,7 +53,7 @@ See the `start` option below for how you can have more control over starting the
5353
5454You can also run the script directly using deno:
5555
56- ``` shell
56+ ``` sh
5757deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs
5858```
5959
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ After [performing a build](https://docs.astro.build/en/guides/deploy/#building-y
6262
6363Now you can deploy. Install the [ Netlify CLI] ( https://docs.netlify.com/cli/get-started/ ) and run:
6464
65- ``` shell
65+ ``` sh
6666netlify deploy --build
6767```
6868
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ If you wish to [use server-side rendering (SSR)](https://docs.astro.build/en/gui
2323
2424First, install the ` @astrojs/node ` package using your package manager. If you're using npm or aren't sure, run this in the terminal:
2525
26- ``` shell
26+ ``` sh
2727npm install @astrojs/node
2828```
2929
You can’t perform that action at this time.
0 commit comments