dynamic page in root of pages directory #12255
-
We're fetching page data from a headless cms so all our pages use
We have a dynamic route for custom pages created by the cms editors. When I refresh or server-side route to the home page, news, or about, Even stranger, when I log the context.params in We basically want to use on nextjs 9.3.3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
It's probably requesting |
Beta Was this translation helpful? Give feedback.
It's probably requesting
favicon.ico
which hits[custom].js
if you don't have a favicon.ico in your project.