Replies: 1 comment
-
Emm, I think this is the correct configuration, @meteorlxy Any ideas? |
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
-
I need access to SharedArrayBuffer in my project, and so I have to make the site cross-origin isolated.
I have tried this:
but it is not working.
I did the same with a regular vite/vue project where I had this in the
vite.config.js
instead and it worked no problem.Is there something I'm not understanding about
viteBundler
? Am I able to modify the http headers in vuepress 2?Beta Was this translation helpful? Give feedback.
All reactions