Hiding the blog page
How to hide the blog landing page without breaking content structure.
If you do not want to expose the blog landing page publicly, there are several options.
Options
- remove it from navigation (UI-level hide)
- redirect the route to a static page
- restrict access via middleware
Important caveat
Hiding only in navigation is not access control. The route is still reachable.
If content must stay internal, enforce access control at routing or middleware level.