Use of API during generation #101
HarryWangATX
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering why the metadata for files is converted into an API, which is called upon as the page loads. I think this results in a slower page load, etc. I know that in Next.js, you pass in the metadata to the parameters and build them instead of calling an API on the website. Using metadata in the build can also allow for more features.
Beta Was this translation helpful? Give feedback.
All reactions