diff --git a/netlify.toml b/netlify.toml index 194504c..2f8365b 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 = "/mongo" + to = "/plugins/mongo" status = 200 [[redirects]] - from = "/mongo/*" + from = "/plugins/mongo/*" to = "/:splat" status = 200 \ No newline at end of file