next.config.js를 이용한 리다이렉트, rewrites

notion image

Rewrites

유저를 redirects 시키지만 url은 변하지않는다.
→ URL쿼리나 파라미터에 API키와같은 중요한 키가 들어있을 때, 가릴 수 있다.
notion image