Skip to content

Commit

Permalink
style: updated
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
  • Loading branch information
nekomeowww committed Mar 4, 2025
1 parent c6ae099 commit 550d65b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 15 deletions.
3 changes: 1 addition & 2 deletions apps/stage-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<meta charset="UTF-8" />
<title>アイリ</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" sizes="any" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="アイリ" />
Expand Down
Binary file removed apps/stage-web/public/favicon-96x96.png
Binary file not shown.
Binary file removed apps/stage-web/public/maskable_icon_x128.png
Binary file not shown.
Binary file removed apps/stage-web/public/maskable_icon_x384.png
Binary file not shown.
14 changes: 1 addition & 13 deletions apps/stage-web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,27 +97,15 @@ export default defineConfig({
includeAssets: ['favicon.svg', 'apple-touch-icon.png'],
manifest: {
name: 'Airi',
short_name: appName,
short_name: 'Airi',
theme_color: '#ffc6cb',
icons: [
{
purpose: 'maskable',
sizes: '128x128',
src: '/maskable_icon_x128.png',
type: 'image/png',
},
{
purpose: 'maskable',
sizes: '192x192',
src: '/maskable_icon_x192.png',
type: 'image/png',
},
{
purpose: 'maskable',
sizes: '384x384',
src: '/maskable_icon_x384.png',
type: 'image/png',
},
{
purpose: 'maskable',
sizes: '512x512',
Expand Down

0 comments on commit 550d65b

Please sign in to comment.