```typescript export const onRequestGet: PagesFunction<{}> = async (context) => { const asset = aw

export const onRequestGet: PagesFunction<{}> = async (context) => {
  const asset = await context.next()
  return asset;
}
Was this page helpful?