Skip to content

Commit

Permalink
fix: change paths in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
h16nning committed Jan 23, 2025
1 parent 7a3631c commit 92d933b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover" />
<meta name="theme-color" content="fff" />
<meta name="description" content="Skola is a free and open source flash card app." />
<link rel="apple-touch-icon" href="/logo.svg" />
<link rel="icon" type="image/x-icon" href="/logo.svg">
<link rel="apple-touch-icon" href="./logo.svg" />
<link rel="icon" type="image/x-icon" href="./logo.svg">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />

<link rel="manifest" href="/manifest.json" />
<link rel="manifest" href="./manifest.json" />
<title>Skola</title>
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
<script type="module" src="./src/index.tsx"></script>
</body>

</html>

0 comments on commit 92d933b

Please sign in to comment.