Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 481 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 481 Bytes

An example showing Next.js 13's Intercepting Routes feature.

Navigating into the photo page client-side will open a modal instead of a full page, while still updating the URL. Navigating directly into the photo page URL or refreshing the page while the modal is open will bring up the photo page instead.