chore: test deploy snapshot
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user