We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c830bc2 commit 2e68af8Copy full SHA for 2e68af8
docs/docs/deploying-to-render.md
@@ -25,12 +25,11 @@ This guide assumes you already have a Gatsby project to deploy. If you need a pr
25
26
You can set up a Gatsby site on Render in two quick steps:
27
28
-1. Create a new **Web Service** on Render, and give Render permission to access your GitHub repo.
+1. Create a new **Static Site** on Render, and give Render permission to access your GitHub repo.
29
2. Use the following values during creation:
30
31
| | |
32
| --------------------- | ------------------------------------------ |
33
- | **Environment** | `Static Site` |
34
| **Build Command** | `gatsby build` (or your own build command) |
35
| **Publish Directory** | `public` (or your own output directory) |
36
0 commit comments