Should i use getStatic props for offline data ? Next.js – SEO
I have next js project with some offline static data (like content of the page) Should i use getStaticProps in my project? data are stored in array for a later .map For example import { data } from '../data/homepage/content'; const…