mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-22 08:48:34 +00:00
12 lines
248 B
TypeScript
12 lines
248 B
TypeScript
export const config = {
|
|
matcher: [
|
|
"/home/:path*",
|
|
"/portfolio/:path*",
|
|
"/search/:path*",
|
|
"/addresses/:path",
|
|
"/due-considerations/:path",
|
|
"/eco-spreadsheet/:path",
|
|
],
|
|
};
|
|
|
|
export { default } from "next-auth/middleware";
|