refactor(userProfile -> profile): refactor userProfile to profile (page + folder)

This commit is contained in:
Laurian-Dufrechou
2023-05-03 00:51:18 +02:00
parent a2ffdf1edb
commit 3ca0062dfa
15 changed files with 13 additions and 22 deletions
+3 -8
View File
@@ -1,10 +1,5 @@
export {default} from 'next-auth/middleware';
export { default } from "next-auth/middleware";
export const config = {
matcher: [
'/dashboard',
'/userProfile',
'/chat',
'/chat/:path*',
],
};
matcher: ["/dashboard", "/profile", "/chat", "/chat/:path*"],
};