You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to deploy to Amazon CDN(CF S3) we needed index.html files for every (prerendered) page. With @sveltejs/adapter-statictrailingSlash, it can be done easily.
Basically it works as it should, the only broken thing what I found up to this point, that the Prev & Next buttons are broken.
The text was updated successfully, but these errors were encountered:
gyurielf
changed the title
Prev & Next navigation links doesn't works if trailingSlash is set to always.Prev & Next navigation links doesn't works if trailingSlash is set to always.
Jun 23, 2022
To be able to deploy to Amazon CDN(CF S3) we needed
index.html
files for every (prerendered) page. With @sveltejs/adapter-statictrailingSlash
, it can be done easily.Basically it works as it should, the only broken thing what I found up to this point, that the
Prev
&Next
buttons are broken.The text was updated successfully, but these errors were encountered: