because next.js is loading the static assets relative to the domain you're visiting from, and the _n

because next.js is loading the static assets relative to the domain you're visiting from, and the _next/* static assets are set to bypass invoking the worker by default, so they won't be hit by that rewrite
Was this page helpful?