Hi.
I use Netlify with their Pretty URLs option. With the config below generic pages are broken: you can't access them directly (only through index page) or refresh it, instead of that you'll get a bunch of HTML.
'clean-urls': {
normalSuffix: '',
indexSuffix: '/'
}
Example: https://5cd6eabef6fef10008c3538f--innerequestria.netlify.com/how/gitea
Now I use the next config, which allows me to use clean links.
'clean-urls': {
normalSuffix: '.html',
indexSuffix: '/'
}
Example: https://5cd7059a66b8b3000c5d83e6--innerequestria.netlify.com/how/gitea