This commit is contained in:
StephDietz
2023-09-21 15:50:49 -05:00
parent 34815dc393
commit 588f01a48c

View File

@@ -1,3 +1,3 @@
export { default } from 'next-auth/middleware';
export const config = { matcher: ['/(dashboard.*)', '/login'] };
export const config = { matcher: ['/(dashboard.*)'] };