diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2023-12-08 16:54:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 16:54:33 +0900 |
| commit | c54d1cdde295ce692df144467e74418924adfd14 (patch) | |
| tree | 32bf07ca7183249a636a0756506891d52242d323 /packages | |
| parent | Merge pull request #12604 from kakkokari-gtyih/fix-dev-0 (diff) | |
| download | sharkey-c54d1cdde295ce692df144467e74418924adfd14.tar.gz sharkey-c54d1cdde295ce692df144467e74418924adfd14.tar.bz2 sharkey-c54d1cdde295ce692df144467e74418924adfd14.zip | |
fix(dev-frontend) サーバーサイドのHTMLと噛み合わない部分を修正 (#12605)
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/frontend/src/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/frontend/src/index.html b/packages/frontend/src/index.html index 4db52747a8..4489f351f8 100644 --- a/packages/frontend/src/index.html +++ b/packages/frontend/src/index.html @@ -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> |