reactjs - How to tell if a website is using next.js? - Stack Overflow

PHOTO EMBED

Tue Aug 02 2022 18:28:41 GMT+0000 (Coordinated Universal Time)

Saved by @itsbrex #javascript

console.log({
  NextJSVersion: window.next?.version,
  pageProps: window.__NEXT_DATA__?.props?.pageProps
})
content_copyCOPY

https://stackoverflow.com/questions/66341465/how-to-tell-if-a-website-is-using-next-js