vuepress / core

Vue-Powered Static Site Generator
https://vuepress.vuejs.org
MIT License
2.16k stars 922 forks source link

[Bug report] mailto: and tel: are no longer supported #1528

Closed Mister-Hope closed 2 months ago

Mister-Hope commented 2 months ago

Description

They don't have standard protocols like abc://.

We might need a full list of these protocols.

lancy6001 commented 2 months ago

Thank you, once really resolved this issue of "mailto: and tel: are no longer supported" , please let me know. Many Thanks.

Mister-Hope commented 2 months ago

We might need a full list of these protocols.

I still got no idea about this

lll4770 commented 2 months ago

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:".

lll4770 commented 2 months ago

// vite.config.js

export default { optimizeDeps: { exclude: ['mailto:'] } }

FYI. This result came from ChatGPT, but it didn't work for me.

github-actions[bot] commented 2 months ago

Hello @Mister-Hope. This issue is marked as invalid and closed. Please follow the issue template.

lancy6001 commented 2 months ago

But before upstream/upgrade, the maito:xxx@xxx.com is worked, after upgrade, the behavior is no longer worked.

Mister-Hope commented 2 months ago

The fix is applied here https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4044