Hacker News new | ask | show | jobs
Avoiding the Trailing Slash Tax on GitHub Pages and Astro (justoffbyone.com)
2 points by cancan 230 days ago
1 comments

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.
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.