Skip to content

Commit

Permalink
"Toggle trailingSlash option in next.config.js from true to false"
Browse files Browse the repository at this point in the history
  • Loading branch information
lrmn7 committed Aug 7, 2024
1 parent 9dc9278 commit 2128d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ module.exports = {
},
];
},
trailingSlash: true // Tambahkan opsi trailingSlash di sini
trailingSlash: false // Tambahkan opsi trailingSlash di sini
};

0 comments on commit 2128d73

Please sign in to comment.