Skip to content

Commit

Permalink
Move trailing slash option to Next config
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Mar 4, 2024
1 parent 35359d8 commit f93d498
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions docs/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: "/open-source/victory",
trailingSlash: true,
compiler: {
styledComponents: true,
},
Expand Down
3 changes: 0 additions & 3 deletions docs/vercel.json

This file was deleted.

0 comments on commit f93d498

Please sign in to comment.