Spent way too long last night debugging why my custom 404 page worked locally but not in production on my new Hugo site.
The fix was a simple .htaccess file with one line:
ErrorDocument 404 /404.html
Server configuration is clearly not my forte.
Spent way too long last night debugging why my custom 404 page worked locally but not in production on my new Hugo site.
The fix was a simple .htaccess file with one line:
ErrorDocument 404 /404.html
Server configuration is clearly not my forte.