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
Say I have 01-index.html, 02-getting-started.html and so on. Is there was to have clean urls emit urls like /index and /getting-started instead of /01-index and /02-getting-started ?
I can remove the numeric from file and have the order in metadata instead which will avoid this issue. But having them on the file makes it easier to glean info about which file goes first and so on.
Maybe its possible via advancedRedirect rules? Or maybe there is an even simpler way?
The text was updated successfully, but these errors were encountered:
Say I have
01-index.html
,02-getting-started.html
and so on. Is there was to have clean urls emit urls like/index
and/getting-started
instead of/01-index
and/02-getting-started
?I can remove the numeric from file and have the order in metadata instead which will avoid this issue. But having them on the file makes it easier to glean info about which file goes first and so on.
Maybe its possible via
advancedRedirect
rules? Or maybe there is an even simpler way?The text was updated successfully, but these errors were encountered: