From 46e083af738e139edc7dde29f695eac3a8246866 Mon Sep 17 00:00:00 2001 From: Andrei Soroker Date: Wed, 25 Sep 2024 16:09:50 -0700 Subject: [PATCH] Add route to staticwebapp.config.json --- storefront/staticwebapp.config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/storefront/staticwebapp.config.json b/storefront/staticwebapp.config.json index a9a1deb..99417c8 100644 --- a/storefront/staticwebapp.config.json +++ b/storefront/staticwebapp.config.json @@ -12,6 +12,10 @@ "route": "/blog/supafana-why-and-how", "rewrite": "/blog/supafana-why-and-how.html" }, + { + "route": "/blog/announcing-alerting-for-supabase", + "rewrite": "/blog/announcing-alerting-for-supabase.html" + }, { "route": "/pricing", "rewrite": "/pricing.html"