Does it improve SEO? (getStaticProps vs import data from "src/folder/data-file")
I import my data from a folder in the same src folder in nextjs, ie. I write (import data from "~/data-folder/pokemon-details.json";) at the top of a page.
Would it improve my SEO if i use getStaticProps? I only see examples with external databases so I was curious on this.
2 Replies