Skip to content

Commit

Permalink
Merge pull request #52 from celestiaorg/hotfix/fix-trailing-slashes
Browse files Browse the repository at this point in the history
Fix traling slash 400 error
  • Loading branch information
alex-beckett authored Jan 17, 2025
2 parents 83fb9c6 + 68f7286 commit 58db2ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const nextConfig = {
output: "export",
distDir: "dist",
images: { unoptimized: true }, // comment out if using vercel or other service with backend support
trailingSlash: true,
async redirects() {
return redirects;
},
Expand Down

0 comments on commit 58db2ce

Please sign in to comment.