Skip to content

Commit 29e68cc

Browse files
authored
fix: update supabase for platforms' links (supabase#41148)
1 parent 0399beb commit 29e68cc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

apps/www/_blog/2025-12-05-introducing-supabase-for-platforms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ date: '2025-12-05'
1111
toc_depth: 2
1212
---
1313

14-
Today, we're launching **Supabase for Platforms**—a white-label offering that lets platforms provision and manage fully managed backends on behalf of their users.
14+
Today, we're launching [Supabase for Platforms](/solutions/ai-builders#supabase-for-platforms)—a white-label offering that lets platforms provision and manage fully managed backends on behalf of their users.
1515

1616
AI builders and agentic coding have fundamentally changed how software gets built in 2025. Supabase has become the default backend for this shift, with [Lovable](https://lovable.dev), [Bolt.new](https://bolt.new), Vercel's [v0](https://v0.app), [Figma Make](https://www.figma.com/make), and many others building on top of Supabase projects owned by their users to develop full-stack applications. The growth has been staggering:
1717

apps/www/lib/redirects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2436,8 +2436,8 @@ module.exports = [
24362436
},
24372437
{
24382438
permanent: true,
2439-
source: '/docs/guides/platform/oauth-apps/build-a-supabase-integration',
2440-
destination: '/docs/guides/platform/oauth-apps/build-a-supabase-oauth-integration',
2439+
source: '/docs/guides/integrations/build-a-supabase-integration',
2440+
destination: '/docs/guides/integrations/build-a-supabase-oauth-integration',
24412441
},
24422442
{ permanent: true, source: '/docs/reference/cli/config', destination: '/docs/guides/cli/config' },
24432443
{

apps/www/public/rss.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<link>https://supabase.com</link>
55
<description>Latest news from Supabase</description>
66
<language>en</language>
7-
<lastBuildDate>Thu, 04 Dec 2025 00:00:00 -0700</lastBuildDate>
7+
<lastBuildDate>Fri, 05 Dec 2025 00:00:00 -0700</lastBuildDate>
88
<atom:link href="https://supabase.com/rss.xml" rel="self" type="application/rss+xml"/>
99
<item>
1010
<guid>https://supabase.com/blog/introducing-supabase-for-platforms</guid>
1111
<title>Introducing Supabase for Platforms</title>
1212
<link>https://supabase.com/blog/introducing-supabase-for-platforms</link>
13-
<description>White-label Supabase backends for your platform or tools</description>
14-
<pubDate>Thu, 05 Dec 2025 00:00:00 -0700</pubDate>
13+
<description>Use Supabase as a platform for your own business and tools</description>
14+
<pubDate>Fri, 05 Dec 2025 00:00:00 -0700</pubDate>
1515
</item>
1616
<item>
1717
<guid>https://supabase.com/blog/adding-async-streaming-to-pg-fdw</guid>

0 commit comments

Comments
 (0)