Skip to content

Commit 3b545e2

Browse files
Merge pull request #9 from netlify-templates/guide-update
updated guide content
2 parents 76c6c20 + f7d7dea commit 3b545e2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ After the extension is installed, navigate to the Supabase template site that yo
5757

5858
![Configure the Supabase extension](/public/guides/supabase-netlify-connect-oauth.png)
5959

60-
Once you’ve completed this process, return to the Supabase section of your site configuration, and choose the project you just created in Supabase. And make sure to choose Astro for the framework since the template is built with Astro.
60+
Once you’ve completed this process, return to the Supabase section of your site configuration, and choose the project you just created in Supabase. Make sure to choose **Other** in the "Where will you use Supabase?" dropdown field..
6161

6262
![Supabase Netlify extension configuration](/public/guides/supabase-netlify-extension-configuration.png)
6363

app/components/Guide.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ export default function Guide() {
4747
<li>
4848
After signing up to your Supabase account, click New project from
4949
your dashboard. Select your organization, give the project a name,
50-
generate a new password for the database, and select the us-east-1
51-
region.
50+
generate a new password for the database, and select the region (e.g. &quot;East US (North Virginia)&quot;).
5251
</li>
5352
</ol>
5453
<h2>Create the members table</h2>
@@ -102,8 +101,7 @@ export default function Guide() {
102101
<p>
103102
Once you&apos;ve completed this process, return to the Supabase
104103
section of your site configuration, and choose the project you just
105-
created in Supabase. And make sure to choose Astro for the framework
106-
since the template is built with Astro.
104+
created in Supabase. Make sure to choose <strong>Other</strong> in the &quot;Where will you use Supabase?&quot; dropdown field.
107105
</p>
108106
<img
109107
src="/guides/supabase-netlify-extension-configuration.png"

0 commit comments

Comments
 (0)