Skip to content

Commit

Permalink
* Finish migration to vite.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMYHuang committed Aug 25, 2022
1 parent 2aaff44 commit 164dc61
Show file tree
Hide file tree
Showing 13 changed files with 11,418 additions and 13,187 deletions.
37 changes: 0 additions & 37 deletions config-overrides.js

This file was deleted.

7 changes: 4 additions & 3 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,20 @@
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />

<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="manifest" href="/manifest.json" />

<link rel="shortcut icon" type="image/png" href="%PUBLIC_URL%/assets/icon/icon.png" />
<link rel="shortcut icon" type="image/png" href="/assets/icon/icon.png" />

<!-- add to homescreen for ios -->
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/assets/icon/icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icon/icon.png">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="電子佛典PWA" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>

</html>
Loading

0 comments on commit 164dc61

Please sign in to comment.