fix(dev-frontend) サーバーサイドのHTMLと噛み合わない部分を修正 (#12605)
This commit is contained in:
parent
712e5447b8
commit
c54d1cdde2
1 changed files with 2 additions and 1 deletions
|
@ -21,10 +21,11 @@
|
|||
style-src 'self' 'unsafe-inline';
|
||||
img-src 'self' data: www.google.com xn--931a.moe localhost:3000 localhost:5137 127.0.0.1:5173 127.0.0.1:3000"
|
||||
/>
|
||||
<meta property="og:site_name" content="[DEV BUILD] Misskey" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<div id="misskey_app"></div>
|
||||
<script type="module" src="./_dev_boot_.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue