From 4e922a16ffce930cce4887ad82b4afcd0be2d279 Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Tue, 13 Feb 2024 12:27:59 -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 833e131..be53c1b 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 = "/elasticsearch" + to = "/plugins/elasticsearch" status = 200 [[redirects]] - from = "/elasticsearch/*" + from = "/plugins/elasticsearch/*" to = "/:splat" status = 200 \ No newline at end of file