diff --git a/docs/next.config.mjs b/docs/next.config.mjs index 183cb354f..109db1b46 100644 --- a/docs/next.config.mjs +++ b/docs/next.config.mjs @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { basePath: "/open-source/victory", + trailingSlash: true, compiler: { styledComponents: true, },