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, },