This commit is contained in:
parent
38e1721195
commit
c3bd3a8f6a
2 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>@mtcute/playground</title>
|
||||
<script defer src="https://zond.tei.su/script.js" data-website-id="e1726072-b61b-49ab-a4ee-decb8e6740be"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
@ -6,6 +6,8 @@ import './app.css'
|
|||
|
||||
const root = document.getElementById('root')
|
||||
|
||||
// registerServiceWorker()
|
||||
if (!import.meta.env.PROD) {
|
||||
localStorage.setItem('umami.disabled', 'true')
|
||||
}
|
||||
|
||||
render(() => <App />, root!)
|
||||
|
|
Loading…
Reference in a new issue