fastify / website

https://fastify.dev/
MIT License
60 stars 59 forks source link

Don't remove extension in links #180

Closed camsteffen closed 9 months ago

camsteffen commented 9 months ago

Description

Don't remove the .md extension from markdown links since this prevents docusaurus from converting the link to an absolute URL, causing #157.

See also docusaurus docs on Markdown links.

I also added trailingSlash: true to the docusaurus config so that internal links have trailing slashes, which aligns with the Github Pages behavior of redirecting with a trailing slash.

Related Issues

Fixes #157

Check List