Skip to content

Commit

Permalink
fix(backend): embedの動作に必要な値を復活させる (#14633)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Sep 25, 2024
1 parent f2385a8 commit aee9848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/backend/src/server/web/views/base-embed.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit aee9848

Please sign in to comment.