We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acaa792 commit 4efef60Copy full SHA for 4efef60
plugin/src/templates/edge/runtime.ts
@@ -46,9 +46,6 @@ globalThis.NFRequestContextMap ||= new Map()
46
47
const handler = async (req: Request, context: Context) => {
48
const url = new URL(req.url)
49
- if (url.pathname.startsWith('/_next/static/')) {
50
- return
51
- }
52
53
const geo = {
54
country: context.geo.country?.code,
0 commit comments