Replies: 1 comment
-
Is there a specific reason you don't use _app? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my nextjs app, I'm making an api call to fetch data in a .js file in my pages directory, but would like to pass that data into my _document.js so I don't have to make the api call twice. Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions