diff --git a/middleware.ts b/middleware.ts index e8e7641..19669b0 100644 --- a/middleware.ts +++ b/middleware.ts @@ -1,4 +1,4 @@ // eslint-disable-next-line no-restricted-exports export { default } from 'next-auth/middleware'; -export const config = { matcher: ['/room/add/:path*', '/userInfo'] }; +export const config = { matcher: ['/room/add/:path*', '/userInfo', '/liked', '/notice'] };