Closed WhyNotHugo closed 4 years ago
This includes fetching files that looked like staticfiles but are not.
These can be either static files or media files. Apparently using these are relative URLs is a common pattern, and this should help support any of them.
Fixes #5
Improve handling and fallback of staticfiles.
This includes fetching files that looked like staticfiles but are not.
Handle relative URLs.
These can be either static files or media files. Apparently using these are relative URLs is a common pattern, and this should help support any of them.
Fixes #5