Skip to content

Commit

Permalink
Disable trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjennison committed Jul 20, 2020
1 parent 94d6d22 commit 3d945f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const nextConfig = {
// We also set the trailing slash preference in vercel.json.
// Trailing slash stable in v9.4.5-canary.41:
// https://github.com/vercel/next.js/releases/tag/v9.4.5-canary.41
trailingSlash: true,
trailingSlash: false,
// async redirects() {
// return [
// // This is for convenience in local development and when
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scope": "gladly-team",
"alias": ["dev-tab-web"],
"cleanUrls": false,
"trailingSlash": true,
"trailingSlash": false,
"headers": [
{
"source": "/newtab/service-worker.js",
Expand Down

0 comments on commit 3d945f4

Please sign in to comment.