|
|
|
|
|
by austinpena
1115 days ago
|
|
Depends how pages are generated. If they are using getStaticProps this is not true because the HTML needs to be "hydrated" with the React runtime which requires javascript. Astro will prebuild the static pages. Look for a tag like this: <script id="__NEXT_DATA__" type="application/json"> |
|