Closed Mister-Hope closed 7 months ago
Thank you, once really resolved this issue of "mailto: and tel: are no longer supported" , please let me know. Many Thanks.
We might need a full list of these protocols.
I still got no idea about this
We might need a full list of these protocols.
I still got no idea about this
I don't know it either, but for the email standard protocol, I think it should start with "mailto:".
// vite.config.js
export default { optimizeDeps: { exclude: ['mailto:'] } }
FYI. This result came from ChatGPT, but it didn't work for me.
Hello @Mister-Hope. This issue is marked as invalid
and closed. Please follow the issue template.
But before upstream/upgrade, the maito:xxx@xxx.com is worked, after upgrade, the behavior is no longer worked.
The fix is applied here https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4044
Description
They don't have standard protocols like
abc://
.We might need a full list of these protocols.