Is it possible to chain link to file? I have website, where one item in footer menu is linking to pdf file, but client want it to link on certain url (like a mysite.com/cs/gdpr), I think it's somehow possible with routes configuration, but am unable to make it work ...
here's my site.yaml conf routes section
routes:
/cs/gdpr: '/download/GDPR_OKTOURS_CZ.pdf'
/en/gdpr: '/download/GDPR_OKTOURS_EN.pdf'
whats wrong with it,
whats wrong with me?
my pages structure is like
user/pages/download/GDPR_OKTOURS_CZ.pdf
=]