summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/web/views
diff options
context:
space:
mode:
authorNya Candy <dev@candinya.com>2023-11-09 20:21:39 +0800
committerGitHub <noreply@github.com>2023-11-09 21:21:39 +0900
commite2cac3d949b1b6d96c1c3a27278781c5a0829697 (patch)
treeba03379f9b5b5d6f5ae01ab6077b846d405e7a68 /packages/backend/src/server/web/views
parentref化したnoteの変更通知がMfmコンポーネントまで到達して... (diff)
downloadmisskey-e2cac3d949b1b6d96c1c3a27278781c5a0829697.tar.gz
misskey-e2cac3d949b1b6d96c1c3a27278781c5a0829697.tar.bz2
misskey-e2cac3d949b1b6d96c1c3a27278781c5a0829697.zip
fix: show real instance url (#12273)
* Update CHANGELOG.md * fix: show real instance url --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com> Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> Co-authored-by: xianon <xianon@hotmail.co.jp> Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com> Co-authored-by: YS <47836716+yszkst@users.noreply.github.com> Co-authored-by: Khsmty <me@khsmty.com> Co-authored-by: Soni L <EnderMoneyMod@gmail.com> Co-authored-by: mei23 <m@m544.net> Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com> Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com> Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com> Co-authored-by: nenohi <kimutipartylove@gmail.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: rinsuki <428rinsuki+git@gmail.com> Co-authored-by: FineArchs <133759614+FineArchs@users.noreply.github.com>
Diffstat (limited to 'packages/backend/src/server/web/views')
-rw-r--r--packages/backend/src/server/web/views/base.pug1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/backend/src/server/web/views/base.pug b/packages/backend/src/server/web/views/base.pug
index 9b6c671cad..2cb3fd4738 100644
--- a/packages/backend/src/server/web/views/base.pug
+++ b/packages/backend/src/server/web/views/base.pug
@@ -26,6 +26,7 @@ html
meta(name='theme-color' content= themeColor || '#86b300')
meta(name='theme-color-orig' content= themeColor || '#86b300')
meta(property='og:site_name' content= instanceName || 'Misskey')
+ meta(property='instance_url' content= instanceUrl)
meta(name='viewport' content='width=device-width, initial-scale=1')
link(rel='icon' href= icon || '/favicon.ico')
link(rel='apple-touch-icon' href= appleTouchIcon || '/apple-touch-icon.png')