diff --git a/frontend/src/pages/@common/RootTemplate/index.tsx b/frontend/src/pages/@common/RootTemplate/index.tsx index 1069fab0..26bffa63 100644 --- a/frontend/src/pages/@common/RootTemplate/index.tsx +++ b/frontend/src/pages/@common/RootTemplate/index.tsx @@ -9,9 +9,11 @@ import { PageArea, Wrapper } from './RootTemplate.style'; import { GUIDE, URL_PATH } from 'constants/index'; const NO_NAVIGATION_BAR_URLS = [ - URL_PATH.petRegisterForm, URL_PATH.dictDetail, + URL_PATH.petRegisterForm, + URL_PATH.petDetail, URL_PATH.petEdit, + URL_PATH.timeline, URL_PATH.login, URL_PATH.authorization, ].map((path) => ({ path }));