Skip to content

Commit

Permalink
add skipTrailingSlashRedirect to next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
brignano authored Jul 29, 2024
1 parent a5c06dc commit 858600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/** @type {import('next').NextConfig} */
const nextConfig = {
images: { unoptimized: true }, basePath: "/resume", output: "export",
skipTrailingSlashRedirect: true,
publicRuntimeConfig: {
jsonResumeUrl: process.env.NEXT_PUBLIC_JSON_RESUME_URL
},
Expand Down

0 comments on commit 858600d

Please sign in to comment.