Skip to content

Commit

Permalink
docs: enable trailingslash to align with seo
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Feb 17, 2025
1 parent b5b8835 commit d19d2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const withNextra = require('nextra')({
module.exports = withNextra(/** @type {import('next').NextConfig} */({
output: 'export',
reactStrictMode: true,
trailingSlash: true,
images: {
unoptimized: true
}
Expand Down

0 comments on commit d19d2f4

Please sign in to comment.