© 2026 Hedgehog Software, LLC
export { default } from "next-auth/middleware" export const config = { matcher: ["/[id]/:path*", "/recipes/[id]/:path*"] }
export { default } from "next-auth/middleware" export const config = { matcher: ["/(.*)/:path*", "/recipes/(.*)/:path*"] }