AlexxNB / tinro

Highly declarative, tiny, dependency free router for Svelte's web applications.
MIT License
669 stars 30 forks source link

Link to a (PDF) file #115

Open tosinek opened 1 year ago

tosinek commented 1 year ago

Is there a way to link to a file? Ideally if I go to www.myweb.com/en/tc , the page would open www.myweb.com/Terms.pdf It is kind of a short link that was published somewhere and we would like to keep it available.

Route redirect doesn't work like that.

Or does it have to be set up on the (nginx) proxy?