franciscan-react
franciscan-react copied to clipboard
Dealing with posts that don't exist
Any URL of the form /news/something will go to the news.js page component. On the server side, this will always return an HTTP 200 status code, even for posts that don't exist.
Below is an example of how this issue could be fixed: