Skip to content

Commit

Permalink
fix: remove traling slashes on docs URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
sh3pik authored and p0deje committed Feb 1, 2025
1 parent d8308a0 commit da38b55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
image: {
service: sharpImageService({ limitInputPixels: false }),
},
trailingSlash: "never",
integrations: [
starlight({
logo: {
Expand Down

0 comments on commit da38b55

Please sign in to comment.