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
The web server is currently configured to display /404.html when resources are not found, but since that file does not exist, the web server logs were filled with errors related to that missing file.
As an interim measure, I created a very simple 404 page for the pelicanthemes.com site at that location. As a more proper and longer-term solution, we should ensure that a 404.html page is created in the generated project root as part of the build process.
The text was updated successfully, but these errors were encountered:
hello! i tried to write a 404 page (https://github.com/mr4tt/pelican-themes) to fix the issue. this is my first time contributing to open source and i wasn't sure how to test that my code works, could i get some help on that?
The web server is currently configured to display
/404.html
when resources are not found, but since that file does not exist, the web server logs were filled with errors related to that missing file.As an interim measure, I created a very simple 404 page for the
pelicanthemes.com
site at that location. As a more proper and longer-term solution, we should ensure that a404.html
page is created in the generated project root as part of the build process.The text was updated successfully, but these errors were encountered: