We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35359d8 commit f93d498Copy full SHA for f93d498
docs/next.config.mjs
@@ -1,6 +1,7 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
basePath: "/open-source/victory",
4
+ trailingSlash: true,
5
compiler: {
6
styledComponents: true,
7
},
docs/vercel.json
0 commit comments