[Pages Router] 레이아웃 설정
페이지 라우터의 레이아웃 설정
.
├── src
│ ├── components
│ │ ├── global-layout.tsx
│ │ └── searchable-layout.tsx
│ ├── pages
│ │ ├── _app.tsx
│ │ ├── book
│ │ │ └── [[...id]].tsx
│ │ ├── search
│ │ │ └── index.tsx
1. 글로벌 레이아웃
...
woodstock.hashnode.dev2 min read