Skip to content

Commit

Permalink
Merge pull request #23 from hemilabs/trailing-slash
Browse files Browse the repository at this point in the history
Enable trailing slash
  • Loading branch information
gabmontes authored Apr 8, 2024
2 parents 47ac0fd + 5848ec7 commit 8f489ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
basePath: process.env.BASE_PATH || '',
images: { unoptimized: true },
output: 'export'
output: 'export',
trailingSlash: true
}

0 comments on commit 8f489ef

Please sign in to comment.