Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 465 Bytes

Installation

  1. Clone this repo
  2. npm install
  3. npm run build
  4. npm start

Steps to reproduce

  1. Open your browser to http://localhost:3000
  2. Open the devtools
  3. Go to the network tab
  4. Notice each additional _next/data request for each link to a page

network tab

  1. Click on either of the request
  2. Click on the Response tab
  3. Notice the empty json response like this {}

request response