()
| 31 | MARKETING_PATHS.some((p) => pathname === p || pathname.startsWith(`${p}/`)); |
| 32 | |
| 33 | const getMarketingWorker = () => env.MARKETING as { fetch: typeof fetch } | undefined; |
| 34 | |
| 35 | export const marketingMiddleware = createMiddleware({ type: "request" }).server( |
| 36 | async ({ pathname, request, next }) => { |