fix(frontend): iOSでacctなどがリンクとして誤検知されるのを抑制 (#14354)

* fix(frontend): iosでの自動リンク化を抑制

* Update Changelog

* typo

* typo

* Update CHANGELOG.md
This commit is contained in:
かっこかり
2024-08-10 20:46:26 +09:00
committed by GitHub
parent 1532d5f390
commit cb10156f01
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ html
meta(property='og:site_name' content= instanceName || 'Misskey')
meta(property='instance_url' content= instanceUrl)
meta(name='viewport' content='width=device-width, initial-scale=1')
meta(name='format-detection' content='telephone=no,date=no,address=no,email=no,url=no')
link(rel='icon' href= icon || '/favicon.ico')
link(rel='apple-touch-icon' href= appleTouchIcon || '/apple-touch-icon.png')
link(rel='manifest' href='/manifest.json')