From c5130a63e7916c2eec9c822fca8d026c63361849 Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Tue, 13 Feb 2024 12:29:45 -0800 Subject: [PATCH] Update netlify.toml to use /plugins prefix. --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 911dceb..36dd532 100644 --- a/netlify.toml +++ b/netlify.toml @@ -39,9 +39,9 @@ # We need this so preview environments and the base site look ok on their own [[redirects]] from = "/" - to = "/postgres" + to = "/plugins/postgres" status = 200 [[redirects]] - from = "/postgres/*" + from = "/plugins/postgres/*" to = "/:splat" status = 200 \ No newline at end of file