Next.js Discord

Discord Forum

Is it possible to make a development only route in app router?

Unanswered
Kryp Arnold posted this in #help-forum
Open in Discord
Im making a static blog website and i want to make a blog creating page that i won't use in production, is there any way to make it development only?

1 Reply

Shy Albatross
read the env from process.env on the page and return a 404 if it's not what you want?