From fe4fd5d741ea1a8aa8662a55a724665815d7617d Mon Sep 17 00:00:00 2001 From: Charlie Brown Date: Mon, 4 Mar 2024 09:43:46 -0600 Subject: [PATCH] Remove trailing slash modifier --- docs/next.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/next.config.mjs b/docs/next.config.mjs index 109db1b46..183cb354f 100644 --- a/docs/next.config.mjs +++ b/docs/next.config.mjs @@ -1,7 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { basePath: "/open-source/victory", - trailingSlash: true, compiler: { styledComponents: true, },