pretty print URLs #97
Labels
No labels
accessibility
bug
dependencies
documentation
duplicate
feature
javascript
progressive enhancement
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
zoe/moiety.me#97
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently URLs are written with trailing slashes. on the server i use rewrites and redirects to remove these. that’s fine but it would be nice to have one canonical URL in the code. this would depend on environemnt as i don’t know if the 11ty --serve command can be configured to do this too.