0

I started a simple project with Next.js 13. I only have one page with a simple h1 in it. Locally, with the default next.config.js I get the expected output - the h1 is in the HTML body. However, if I change the runtime to experimental-edge (or just edge either next.config level or on component level) my h1 tag is no longer in the HTML, but rather added later. Does this mean that I cannot use the edge runtime and generate the HTML on the server?

Georgi Vatsov
  • 428
  • 6
  • 10

0 Answers0