We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a993e commit 17a3db5Copy full SHA for 17a3db5
src/middleware.ts
@@ -22,7 +22,12 @@ const REDIRECT_SEARCH_KEY = SEARCH_PARAMS_KEYS.REDIRECT_PATHNAME;
22
const EXCLUDE_AUTH_HEADER_API = ['/api/auth/token'];
23
24
// 추가 프로필 등록이 반드시 필요한 path
25
-const NEED_PROFILE_PATHS = ['/bookarchive', '/profile/me', '/profile/me/edit'];
+const NEED_PROFILE_PATHS = [
26
+ '/bookarchive',
27
+ '/profile/me',
28
+ '/profile/me/edit',
29
+ '/group/create',
30
+];
31
32
export const config = {
33
matcher: [
0 commit comments