Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/pl2z38qho/vue/src/commit/4389e51ac35c5e5a66ae93aa8b21156e561f3b55/vuetest/node_modules/entities/lib/esm/generated/encode-html.d.ts
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
type EncodeTrieNode = string | {
|
|
v?: string;
|
|
n: number | Map<number, EncodeTrieNode>;
|
|
o?: string;
|
|
};
|
|
declare const _default: Map<number, EncodeTrieNode>;
|
|
export default _default;
|
|
//# sourceMappingURL=encode-html.d.ts.map
|