Replies: 1 comment
-
Found a workaround for this with using
and in
|
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
next.config.js
I have:it copies i18n files (en.json, es.json, etc) to a public folder appending
[contenthash]
. So the question is how to get access to[contenthash]
part in my custom_document.js
file?Beta Was this translation helpful? Give feedback.
All reactions