Right now, starlight-blog hardcodes all paths with no trailing slash. But the base starlight config allows setting trailing slash preference (in my case always). However the Blog engine will not respect that, which leads to unnecessary redirects when deployed.
Is your feature request related to a problem?
Right now, starlight-blog hardcodes all paths with no trailing slash. But the base starlight config allows setting trailing slash preference (in my case
always
). However the Blog engine will not respect that, which leads to unnecessary redirects when deployed.Describe the solution you'd like
Respect
trailingSlash
config.Describe alternatives you've considered
No response
Additional Context
No response