markdown-wasm
markdown-wasm copied to clipboard
How to explicitly specify the location of markdown.wasm?
I'm trying to use it in a Vue component, but when viewed from the browser URL, it tries to read markdown.wasm on the same path, so an error occurs depending on the URL.
I want to fix the location of this markdown.wasm to a location like /asset/markdowwn.wasm. How should I set it?