adaption to file:// protocol #81
volker-leins
started this conversation in
Ideas
Replies: 1 comment
-
Unfortunately with the mix of JS files and WebAssembly that Pagefind requires in the browser I don't see an easy way to enable this sorry — especially on the WebAssembly side that will always be plagued by CORS errors outside of a server setting. |
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
-
Great Work! It runs completely local with dev server but not file:// protocol due to import statements and CORS. An adaption to use only <script> for local pure browser based apps would be a great enhancement.
Beta Was this translation helpful? Give feedback.
All reactions