| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…abase docs The v2 docs branch will host the Supabase page at /docs/integrations/supabase but isn't published yet. Add a temporary (307) redirect from that future URL to the current Supabase overview page (/stack/cipherstash/supabase) so external links resolve until v2 ships, at which point this entry should be removed.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Sorry, something went wrong.
|
Manually verified on the preview branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What
Adds a temporary (307) redirect in next.config.mjs:
Why
The v2 docs branch will host the Supabase docs at https://cipherstash.com/docs/integrations/supabase, but that branch isn't published yet. Until it ships, this temporarily points the future URL at the current Supabase overview page so any external links to the new path resolve instead of 404ing.
permanent: false (307) is deliberate — this is a placeholder. Remove this entry once the v2 branch owns /integrations/supabase.
Notes