mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
10 lines
185 B
TypeScript
10 lines
185 B
TypeScript
export const config = {
|
|
matcher: [
|
|
"/home/:path*",
|
|
"/portfolio/:path*",
|
|
"/search/:path*",
|
|
"/addresses/:path",
|
|
],
|
|
};
|
|
|
|
export { default } from "next-auth/middleware";
|