franciscan-react icon indicating copy to clipboard operation
franciscan-react copied to clipboard

Dealing with posts that don't exist

Open cr101 opened this issue 6 years ago • 0 comments

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: screenshot_64

cr101 avatar Mar 14 '18 21:03 cr101