4 ms·
I use /foo/bar/ with the trailing slash because it works better with relative URLs for resources like images. I could also use /foo/bar/index.html but I find th
by crackalamoo 1y ago
I use /foo/bar/ with the trailing slash because it works better with relative URLs for resources like images. I could also use /foo/bar/index.html but I find the former to be cleaner
- 90s_dev 1y agoIt's always bothered me in a small way that github doesn't honor this: https://github.com/sdegutis/bubbles https://github.com/sdegutis/bubbles https://github.com/sdegutis/bubbles/ https://github.com/sdegutis/bubbles/ No redirect, just two renders! It bothers me first because it's semantically different. Second and more importnatly, because it's always such a pain to configure that redirect in nginx or whatever. I eventually figure it out each time, after many hours wasted looking it up all over again and trial/error.