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="apple-touch-icon" href="/apple-touch-icon.svg" />
|
||||
<title>AI Code App</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script>
|
||||
(() => {
|
||||
const { pathname, search, hash, origin } = window.location;
|
||||
@@ -128,6 +125,9 @@
|
||||
themeColorMeta.content = installMetadata.themeColor;
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user