mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Don't need vite-plugin-html-env anymore
This commit is contained in:
parent
94f8c35f8d
commit
86ec30852c
5 changed files with 7 additions and 30 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Compose / Phanpy</title>
|
||||
<title>Compose / %VITE_CLIENT_NAME%</title>
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<meta name="google" content="notranslate" />
|
||||
</head>
|
||||
|
|
12
index.html
12
index.html
|
@ -6,7 +6,7 @@
|
|||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, viewport-fit=cover"
|
||||
/>
|
||||
<title><{ VITE_CLIENT_NAME }></title>
|
||||
<title>%VITE_CLIENT_NAME%</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Minimalistic opinionated Mastodon web client"
|
||||
|
@ -14,10 +14,10 @@
|
|||
<meta name="color-scheme" content="dark light" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="<{ VITE_CLIENT_NAME }>" />
|
||||
<meta name="apple-mobile-web-app-title" content="%VITE_CLIENT_NAME%" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<link rel="canonical" href="<{ VITE_WEBSITE }>" />
|
||||
<link rel="canonical" href="%VITE_WEBSITE%" />
|
||||
<meta
|
||||
name="theme-color"
|
||||
content="#fff"
|
||||
|
@ -33,13 +33,13 @@
|
|||
|
||||
<!-- Metacrap https://broken-links.com/2015/12/01/little-less-metacrap/ -->
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="og:url" content="<{ VITE_WEBSITE }>" />
|
||||
<meta property="og:title" content="<{ VITE_CLIENT_NAME }>" />
|
||||
<meta property="og:url" content="%VITE_WEBSITE%" />
|
||||
<meta property="og:title" content="%VITE_CLIENT_NAME%" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Minimalistic opinionated Mastodon web client"
|
||||
/>
|
||||
<meta property="og:image" content="<{ VITE_WEBSITE }>/og-image.png" />
|
||||
<meta property="og:image" content="%VITE_WEBSITE%/og-image.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
20
package-lock.json
generated
20
package-lock.json
generated
|
@ -46,7 +46,6 @@
|
|||
"vite": "~4.2.0",
|
||||
"vite-plugin-generate-file": "~0.0.4",
|
||||
"vite-plugin-html-config": "~1.0.11",
|
||||
"vite-plugin-html-env": "~1.2.7",
|
||||
"vite-plugin-pwa": "~0.14.4",
|
||||
"vite-plugin-remove-console": "~2.1.0",
|
||||
"workbox-cacheable-response": "~6.5.4",
|
||||
|
@ -6772,18 +6771,6 @@
|
|||
"vite": ">=2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/vite-plugin-html-env": {
|
||||
"version": "1.2.7",
|
||||
"resolved": "https://registry.npmjs.org/vite-plugin-html-env/-/vite-plugin-html-env-1.2.7.tgz",
|
||||
"integrity": "sha512-vdTnKtuBeB8Zp93DCbN0Qjf4odW2msVRq45r7lGKA6nwQGJFj6YemU54u3xPPkvDeZhG8DEEU64xbLwzVEBilQ==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vite": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/vite-plugin-pwa": {
|
||||
"version": "0.14.4",
|
||||
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.4.tgz",
|
||||
|
@ -11751,13 +11738,6 @@
|
|||
"dev": true,
|
||||
"requires": {}
|
||||
},
|
||||
"vite-plugin-html-env": {
|
||||
"version": "1.2.7",
|
||||
"resolved": "https://registry.npmjs.org/vite-plugin-html-env/-/vite-plugin-html-env-1.2.7.tgz",
|
||||
"integrity": "sha512-vdTnKtuBeB8Zp93DCbN0Qjf4odW2msVRq45r7lGKA6nwQGJFj6YemU54u3xPPkvDeZhG8DEEU64xbLwzVEBilQ==",
|
||||
"dev": true,
|
||||
"requires": {}
|
||||
},
|
||||
"vite-plugin-pwa": {
|
||||
"version": "0.14.4",
|
||||
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.4.tgz",
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
"vite": "~4.2.0",
|
||||
"vite-plugin-generate-file": "~0.0.4",
|
||||
"vite-plugin-html-config": "~1.0.11",
|
||||
"vite-plugin-html-env": "~1.2.7",
|
||||
"vite-plugin-pwa": "~0.14.4",
|
||||
"vite-plugin-remove-console": "~2.1.0",
|
||||
"workbox-cacheable-response": "~6.5.4",
|
||||
|
|
|
@ -5,7 +5,6 @@ import { resolve } from 'path';
|
|||
import { defineConfig, loadEnv, splitVendorChunkPlugin } from 'vite';
|
||||
import generateFile from 'vite-plugin-generate-file';
|
||||
import htmlPlugin from 'vite-plugin-html-config';
|
||||
import VitePluginHtmlEnv from 'vite-plugin-html-env';
|
||||
import { VitePWA } from 'vite-plugin-pwa';
|
||||
import removeConsole from 'vite-plugin-remove-console';
|
||||
|
||||
|
@ -31,7 +30,6 @@ export default defineConfig({
|
|||
plugins: [
|
||||
preact(),
|
||||
splitVendorChunkPlugin(),
|
||||
VitePluginHtmlEnv(),
|
||||
removeConsole({
|
||||
includes: ['log', 'debug', 'info', 'warn', 'error'],
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue