docs(deploy.md): fix url address block

The url `http://surge.sh/help/adding-a-custom-domai` could be blocked without `s`, use `https` instead for security and accessibility.
pull/374/head
Arron Zou 4 years ago committed by GitHub
parent 80ff36066e
commit 53437f6e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -202,7 +202,7 @@ pages:
3. Deploy to surge by typing `surge docs/.vitepress/dist`.
You can also deploy to a [custom domain](http://surge.sh/help/adding-a-custom-domain) by adding `surge docs/.vitepress/dist yourdomain.com`.
You can also deploy to a [custom domain](https://surge.sh/help/adding-a-custom-domain) by adding `surge docs/.vitepress/dist yourdomain.com`.
## Heroku

Loading…
Cancel
Save