Avoiding the Trailing Slash Tax on GitHub Pages and Astro

2 pointsposted 20 hours ago
by cancan

2 Comments

ChrisArchitect

19 hours ago

weird post. I mean, you set the permalink scheme in your config how you want. Of course it treats files and directories differently. Your scheme is trailing-slash. So traffic to no-trailing-slash is going to 301. You're lucky it 301s instead of 404.

cancan

19 hours ago

This site is hosted on Github Pages as a statically built site; it's not served by Astro. I don't think I can control what they do with trailing slashes or the lack of it. This is also clarified on the Astro config.