From 0798028241467dc280c54a02a1510ecc39c20a47 Mon Sep 17 00:00:00 2001 From: Charlie Brown Date: Mon, 4 Mar 2024 09:55:58 -0600 Subject: [PATCH] Use trailing slash option to match nearform.com rules --- docs/next.config.mjs | 1 + 1 file changed, 1 insertion(+) 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, },