Skip to content

Commit a974a4a

Browse files
committed
docs: make deleted CLI redirect permanent and fix a typo
Add permanent: true to the /cli-development-commands redirect so it returns a 301 like the other deleted CLI pages. Fix 'succesful' to 'successful' in the Supabase edge functions guide.
1 parent 2d635b5 commit a974a4a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,8 @@
752752
},
753753
{
754754
"source": "/cli-development-commands",
755-
"destination": "/cli-dev-commands"
755+
"destination": "/cli-dev-commands",
756+
"permanent": true
756757
},
757758
{
758759
"source": "/v3/feature-matrix",

docs/guides/frameworks/supabase-edge-functions-basic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Once loaded you should see ‘OK’ on the new screen.
185185

186186
The task will be triggered when your edge function URL is accessed.
187187

188-
Check your [cloud.trigger.dev](https://cloud.trigger.dev) dashboard and you should see a succesful `hello-world` task.
188+
Check your [cloud.trigger.dev](https://cloud.trigger.dev) dashboard and you should see a successful `hello-world` task.
189189

190190
**Congratulations, you have run a simple Hello World task from a Supabase edge function!**
191191

0 commit comments

Comments
 (0)