Skip to content

Commit f93d498

Browse files
committed
Move trailing slash option to Next config
1 parent 35359d8 commit f93d498

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/next.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
basePath: "/open-source/victory",
4+
trailingSlash: true,
45
compiler: {
56
styledComponents: true,
67
},

docs/vercel.json

-3
This file was deleted.

0 commit comments

Comments
 (0)