fix(backend): embedの動作に必要な値を復活させる (#14633)
This commit is contained in:
parent
f2385a8ffc
commit
aee984813d
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ html(class='embed')
|
|||
meta(name='referrer' content='origin')
|
||||
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')
|
||||
meta(name='format-detection' content='telephone=no,date=no,address=no,email=no,url=no')
|
||||
link(rel='icon' href= icon || '/favicon.ico')
|
||||
|
|
Loading…
Reference in a new issue