fix(dev-frontend) サーバーサイドのHTMLと噛み合わない部分を修正 (#12605)

This commit is contained in:
かっこかり 2023-12-08 16:54:33 +09:00 committed by GitHub
parent 712e5447b8
commit c54d1cdde2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>