Does blob: fetch not work on next on pages? Like: ``` fetch(new URL("../noto-sans.ttf.bin", import.

Does blob: fetch not work on next on pages?
Like:

fetch(new URL("../noto-sans.ttf.bin", import.meta.url))


The above works in development mode but doesn't work when using npx wrangler pages dev
Was this page helpful?