Does Workers Static Assets have the same 20k file count limit that Pages does?
Does Workers Static Assets have the same 20k file count limit that Pages does?
customdomain.example.com in the dash/via the APIstatus_code=200 and {}, empty json.npm run previewimport type { NextRequest } from 'next/server'
export const runtime = 'edge'
export async function GET(request: NextRequest) {
return Response.json({"a": 1});
}
stale-while-revalidate and Vary header for other values?/_nuxt/builds/meta/*
cache-control: public, max-age=31536000, immutable
/_nuxt/builds/*
cache-control: public, max-age=1, immutable
/_nuxt/*
cache-control: public, max-age=31536000, immutable
context.waitUntil()?context.waitUntil be called multiple times? For example, if I want to immediately start an asyncronous task, then do some other actions and eventually starting another async task/_nuxt/builds/meta/*
cache-control: public, max-age=31536000, immutable
/_nuxt/builds/*
cache-control: public, max-age=1, immutable
/_nuxt/*
cache-control: public, max-age=31536000, immutablecustomdomain.example.comstatus_code=200npm run previewstale-while-revalidateVary