Skip to content

NextJS:RouteGroups

URL 경로에 영향을 주지 않고 폴더를 만들 수 있다.

Example

app --
     |
     layout.js
     (marketing) --
                  |
                  about -- (/about)
                         |
                         page.js
                  blog -- (/blog)
                        |
                        page.js
     (shop) --
             |
             account -- (/account)
                      |
                      page.js

See also

Favorite site