Switch hosting to Vercel (#1113)

* Fix URLs to work when `baseURL` is in a sub-directory

* Use `RelPermalink` to not have assets loaded from `baseUrl`

* Add `.vercel` to gitignore

* Remove deploy Github Action, we are now using Vercel
This commit is contained in:
Renaud Chaput 2022-12-21 06:26:37 +01:00 committed by GitHub
parent ffbe66a389
commit d356c6caac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 267 additions and 290 deletions

View file

@ -22,7 +22,7 @@ menu:
Mastodonのウェブサイトは単独で運用できます。従来のウェブサイトとまるっきり同じように、人々は、Mastodonのウェブサイトの一つに登録してメッセージを投稿したり写真をアップロードしたりすることで互いにおしゃべりします。そして従来のウェブサイトとは*異なり*、Mastodonのウェブサイトは相互運用できるため、それぞれのMastodonの間でユーザーは相互に通信できます。つまり、あなたのGmailにあるアカウントからOutlookやFastmail、Protonmail、またはその他のメールプロバイダーにあるアカウントの誰かに、その宛先の電子メールアドレスを知ってさえいれば電子メールを送信できるように、**そういったアドレスを使ってあなたはどのウェブサイトにいるどんなユーザーに対してもメンションやメッセージを送ることができるのです**。
{{< figure src="/assets/image%20%289%29.png" caption="中央型(左)、連合型(中央)、分散型(右)" >}}
{{< figure src="assets/image%20%289%29.png" caption="中央型(左)、連合型(中央)、分散型(右)" >}}
## ActivityPubとは {#fediverse}