chore: test deploy snapshot

This commit is contained in:
2026-05-27 12:04:45 +09:00
parent 4984d74d39
commit 26220577fc

View File

@@ -12,9 +12,6 @@
<link rel="icon" href="/favicon.svg" type="image/svg+xml" /> <link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.svg" /> <link rel="apple-touch-icon" href="/apple-touch-icon.svg" />
<title>AI Code App</title> <title>AI Code App</title>
</head>
<body>
<div id="root"></div>
<script> <script>
(() => { (() => {
const { pathname, search, hash, origin } = window.location; const { pathname, search, hash, origin } = window.location;
@@ -128,6 +125,9 @@
themeColorMeta.content = installMetadata.themeColor; themeColorMeta.content = installMetadata.themeColor;
})(); })();
</script> </script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script> <script type="module" src="/src/main.tsx"></script>
</body> </body>
</html> </html>