From 4a9e48451f743da9b78d1ad805d3099607ceaa5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiro=20Nu=C3=B1ez=20Dosio?= Date: Tue, 15 Nov 2022 14:46:40 +0000 Subject: [PATCH 1/9] Fixed URL --- apps/www/_blog/2022-06-15-loading-data-supabase-python.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/_blog/2022-06-15-loading-data-supabase-python.mdx b/apps/www/_blog/2022-06-15-loading-data-supabase-python.mdx index d01a2f1631b..b20f1dd5369 100644 --- a/apps/www/_blog/2022-06-15-loading-data-supabase-python.mdx +++ b/apps/www/_blog/2022-06-15-loading-data-supabase-python.mdx @@ -179,7 +179,7 @@ If you have any questions please reach out via [Twitter](https://twitter.com/sup ## More Python and Supabase resources - [supabase-py](https://github.com/supabase-community/supabase-py) -- [Slack Consolidate: a slackbot built with Python and Supabase](blog/slack-consolidate-slackbot-to-consolidate-messages) +- [Slack Consolidate: a slackbot built with Python and Supabase](/blog/slack-consolidate-slackbot-to-consolidate-messages) - [Supabase-py (Database) on Replit](https://replit.com/@Supabase/Supabase-py-Database?v=1) From a2bd3366e1933a686969e352861a36b9e532deb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiro=20Nu=C3=B1ez=20Dosio?= Date: Tue, 15 Nov 2022 14:55:35 +0000 Subject: [PATCH 2/9] Fixed 404 urls --- apps/docs/docs/guides/api.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/docs/guides/api.mdx b/apps/docs/docs/guides/api.mdx index 9896a65128b..471074d26c1 100644 --- a/apps/docs/docs/guides/api.mdx +++ b/apps/docs/docs/guides/api.mdx @@ -319,8 +319,8 @@ called `supabase_realtime`, and by managing this publication you can control whi ### Securing your Routes -Your API is designed to work with Postgres Row Level Security (RLS). If you use Supabase [Auth](/guides/auth), you can restrict data based on the logged-in user. -To control access to your data, you can use [Policies](/guides/auth#policies). +Your API is designed to work with Postgres Row Level Security (RLS). If you use Supabase [Auth](/docs/guides/auth), you can restrict data based on the logged-in user. +To control access to your data, you can use [Policies](/docs/guides/auth#policies). When you create a table in Postgres, Row Level Security is disabled by default. To enable RLS: Date: Tue, 15 Nov 2022 14:59:03 +0000 Subject: [PATCH 3/9] Fix URL --- apps/docs/docs/guides/cli/local-development.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/docs/guides/cli/local-development.mdx b/apps/docs/docs/guides/cli/local-development.mdx index 542df07d559..4b4d048b08d 100644 --- a/apps/docs/docs/guides/cli/local-development.mdx +++ b/apps/docs/docs/guides/cli/local-development.mdx @@ -46,7 +46,7 @@ git init supabase init ``` -Make sure Docker is running. The [start](/docs/reference/cli/usage#supabase-start) command uses Docker to start the Supabase [services](/architecture). +Make sure Docker is running. The [start](/docs/reference/cli/usage#supabase-start) command uses Docker to start the Supabase [services](/docs/architecture). This command may take a while to run if this is the first time using the CLI. ```bash From c4bd22b2f7b072c0c478470741c6a5b1891770bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiro=20Nu=C3=B1ez=20Dosio?= Date: Tue, 15 Nov 2022 15:02:35 +0000 Subject: [PATCH 4/9] Fix URL. --- apps/docs/docs/reference/storage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/docs/reference/storage.mdx b/apps/docs/docs/reference/storage.mdx index 2ee380acae1..e56f8949e7e 100644 --- a/apps/docs/docs/reference/storage.mdx +++ b/apps/docs/docs/reference/storage.mdx @@ -24,5 +24,5 @@ Read [this post](https://supabase.com/blog/supabase-storage) on why we decided t - [Source Code](https://github.com/supabase/storage-api) - [Known bugs and issues](https://github.com/supabase/storage-js/issues) -- [Storage Guides](/guides/storage) +- [Storage Guides](/docs/guides/storage) - [OpenAPI Docs](https://supabase.github.io/storage-api/) From 75ef05558ff000f3569cdf6041a8d11c330407a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiro=20Nu=C3=B1ez=20Dosio?= Date: Tue, 15 Nov 2022 15:21:38 +0000 Subject: [PATCH 5/9] Fix URL with http --- apps/www/_blog/2022-08-19-launch-week-5-community-day.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/_blog/2022-08-19-launch-week-5-community-day.mdx b/apps/www/_blog/2022-08-19-launch-week-5-community-day.mdx index 2c1e609a500..d7a63f6595e 100644 --- a/apps/www/_blog/2022-08-19-launch-week-5-community-day.mdx +++ b/apps/www/_blog/2022-08-19-launch-week-5-community-day.mdx @@ -56,7 +56,7 @@ _Our limited edition swag is approved by professional swag testers like Peanut!_ allowfullscreen > -We now have a shiny new [Launch Week page](http://supabase.com/launch-week), your one-stop shop for all things Launch Week, where you can find each day's feature as well as highlights from the past Launch Weeks. +We now have a shiny new [Launch Week page](https://supabase.com/launch-week), your one-stop shop for all things Launch Week, where you can find each day's feature as well as highlights from the past Launch Weeks. We've taken a page out of [Vercel's Virtual Events Starter Kit](https://vercel.com/templates/next.js/virtual-event-starter-kit), and generated over 3000 virtual tickets. Thank you all for participating, we love [seeing your tickets on Twitter](https://twitter.com/hashtag/SupaLaunchWeek?src=hashtag_click&f=live)! To make this work, we've adapted the Virtual Events Starter Kit and [added in a Supabase Database provider](https://github.com/vercel/virtual-event-starter-kit/pull/88) as an alternative to the Redis database option. From 3baa69a607fda9478ee7203f812ee36fdf2f176b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiro=20Nu=C3=B1ez=20Dosio?= Date: Tue, 15 Nov 2022 15:23:21 +0000 Subject: [PATCH 6/9] Fix URL with http --- apps/www/_blog/2021-11-30-supabase-studio.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/_blog/2021-11-30-supabase-studio.mdx b/apps/www/_blog/2021-11-30-supabase-studio.mdx index 0156764d1e5..a51cf705d29 100644 --- a/apps/www/_blog/2021-11-30-supabase-studio.mdx +++ b/apps/www/_blog/2021-11-30-supabase-studio.mdx @@ -32,7 +32,7 @@ Then time went on, and we started gaining traction - a lot faster than expected. The nice thing about building for developers is that they are very vocal about the features they want to see next. And so we kept shipping - a SQL editor, a Table view, User management, auto-generated Docs, and everything else you can find on the Dashboard today. -We've been planning to make the Dashboard public for a long time now, starting with [Supabase UI](http://ui.supabase.com/), +We've been planning to make the Dashboard public for a long time now, starting with [Supabase UI](https://ui.supabase.com/), [`supabase/grid`](https://github.com/supabase/grid), and a standalone [PR](https://github.com/supabase/supabase/pull/2281) for Supabase Studio. But as feature requests kept rolling in it became a Sisyphean task to maintain separate code bases. From 07f1da4231a1605f4b44eca2b40ca1c8558ebe0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiro=20Nu=C3=B1ez=20Dosio?= Date: Tue, 15 Nov 2022 15:27:05 +0000 Subject: [PATCH 7/9] Fix URL with http --- apps/www/_blog/2021-02-02-supabase-beta-january-2021.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/_blog/2021-02-02-supabase-beta-january-2021.mdx b/apps/www/_blog/2021-02-02-supabase-beta-january-2021.mdx index 0f275e43ef2..d549beff71a 100644 --- a/apps/www/_blog/2021-02-02-supabase-beta-january-2021.mdx +++ b/apps/www/_blog/2021-02-02-supabase-beta-january-2021.mdx @@ -49,7 +49,7 @@ We have exposed the audit trail directly in the dashboard, as well as the GoTrue ### Auth UI widget -In case our Auth endpoints aren't easy enough already, we've built a React [Auth Widget](http://ui.supabase.com/?path=/story/auth-auth--default) for you to drop into your app and to get up-and-running in minutes. +In case our Auth endpoints aren't easy enough already, we've built a React [Auth Widget](https://ui.supabase.com/?path=/story/auth-auth--default) for you to drop into your app and to get up-and-running in minutes. ![Supabase has released a React Auth widget](/images/blog/blog/auth-widget.png) From 177005d06871a0575a03bf8f20ce748219b2ec4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiro=20Nu=C3=B1ez=20Dosio?= Date: Tue, 15 Nov 2022 15:27:40 +0000 Subject: [PATCH 8/9] Fix URL with http --- .../_blog/2022-10-05-supabase-beta-update-september-2022.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/_blog/2022-10-05-supabase-beta-update-september-2022.mdx b/apps/www/_blog/2022-10-05-supabase-beta-update-september-2022.mdx index 0c86354bfd1..2072a1f6e70 100644 --- a/apps/www/_blog/2022-10-05-supabase-beta-update-september-2022.mdx +++ b/apps/www/_blog/2022-10-05-supabase-beta-update-september-2022.mdx @@ -63,7 +63,7 @@ We're making some changes to the way the Dashboard interacts with your database. ![Migrate from Heroku to Supabase](/images/blog/2022-september/migrate-from-heroku-to-supabase.jpg) -In case you missed it, Heroku is shutting down their free tier. We're big fans of Heroku and take a lot of inspiration from what they've built. Supabase is compatible with Heroku's PostgreSQL product (because we're just Postgres too), and if you have a free project running on Heroku we've created a [tool to help migrate](http://migrate.supabase.com/) to our free tier. +In case you missed it, Heroku is shutting down their free tier. We're big fans of Heroku and take a lot of inspiration from what they've built. Supabase is compatible with Heroku's PostgreSQL product (because we're just Postgres too), and if you have a free project running on Heroku we've created a [tool to help migrate](https://migrate.supabase.com/) to our free tier. ## Made with Supabase From 63893365df24232d4ab22a3c8c967b88ae1e5a2d Mon Sep 17 00:00:00 2001 From: Jonathan Summers-Muir Date: Wed, 16 Nov 2022 23:20:17 +0800 Subject: [PATCH 9/9] Update next.config.mjs --- apps/docs/next.config.mjs | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/apps/docs/next.config.mjs b/apps/docs/next.config.mjs index 14cfd9cecc2..3597428a58e 100644 --- a/apps/docs/next.config.mjs +++ b/apps/docs/next.config.mjs @@ -50,6 +50,27 @@ const nextConfig = { dangerouslyAllowSVG: true, domains: ['avatars.githubusercontent.com', 'github.com', 'user-images.githubusercontent.com'], }, + async headers() { + return [ + { + source: '/(.*)', + headers: [ + { + key: 'Strict-Transport-Security', + value: '', + }, + { + key: 'X-Robots-Tag', + value: 'all', + }, + { + key: 'X-Frame-Options', + value: 'DENY', + }, + ], + }, + ] + }, } // next.config.js