Currently the readme is written source: "/(.*)" , but it does not working in some cases -- for example, an application uses Next.js built-in I18n routings.
Current behavior
Configured headers is not applied in some cases.
Expected behavior
It should be applied even if an application uses Next.js built-in I18n routings.
💩 Bug Report
A summary of the bug
Currently the readme is written
source: "/(.*)"
, but it does not working in some cases -- for example, an application uses Next.js built-in I18n routings.Current behavior
Configured headers is not applied in some cases.
Expected behavior
It should be applied even if an application uses Next.js built-in I18n routings.
Additional context
Use
"/:path*"
instead.