Replies: 2 comments
-
any solution for this |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not overly familiar with next.js but most of these tools should generate some sort of manifest file with references to the hashed file names. Looking at a prod build of a next application it generates a |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Any good ideas for passing application styles to Frame in development and production mode? 🙏
I thought about injecting styles using
head
props, but I didn't know which file (or style tag) to inject.I'm using Next.js.
Beta Was this translation helpful? Give feedback.
All reactions