🐞 fix: remove manifest from idex.html

main
Yu Zhu 2023-04-03 22:58:00 +08:00
parent 17e0552282
commit 4f115fefc1
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#ffffff">

View File

@ -94,7 +94,7 @@ const config: UserConfigFn = ({ command, mode, ssrBuild }) => {
base: mode === 'singlefile' ? './' : '/open-pose-editor/',
define: {
global: {},
__APP_VERSION__: JSON.stringify('0.1.8'),
__APP_VERSION__: JSON.stringify('0.1.9'),
__APP_BUILD_TIME__: Date.now(),
},
build: {