サーバーサイドのbootも分けるように
This commit is contained in:
parent
6f802477c3
commit
849973ece6
4 changed files with 274 additions and 57 deletions
|
|
@ -74,8 +74,12 @@ html(class=embed && 'embed')
|
|||
script(type='application/json' id='misskey_meta' data-generated-at=now)
|
||||
!= metaJson
|
||||
|
||||
script
|
||||
include ../boot.js
|
||||
if embed
|
||||
script
|
||||
include ../boot.embed.js
|
||||
else
|
||||
script
|
||||
include ../boot.js
|
||||
|
||||
body
|
||||
noscript: p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue