fix: favicon URL

This commit is contained in:
Shusui MOYATANI
2023-04-30 00:54:41 +09:00
parent 5474c85ace
commit a78eeb4f56
2 changed files with 1 additions and 10 deletions

View File

@@ -48,15 +48,6 @@ module.exports = {
], ],
}, },
], ],
'jsx-a11y/label-has-associated-control': [
'error',
{
labelComponents: ['label'],
labelAttributes: ['inputLabel'],
assert: 'both',
depth: 3,
},
],
'prettier/prettier': 'error', 'prettier/prettier': 'error',
}, },
settings: { settings: {

View File

@@ -14,7 +14,7 @@
<meta property="og:image" content="https://syusui-s.github.io/rabbit/images/rabbit_app_1280.png" /> <meta property="og:image" content="https://syusui-s.github.io/rabbit/images/rabbit_app_1280.png" />
<meta property="og:locale" content="ja_JP" /> <meta property="og:locale" content="ja_JP" />
<link rel="manifest" href="manifest.json" /> <link rel="manifest" href="manifest.json" />
<link rel="shortcut icon" type="image/png" href="./images/rabbit_dark_256.png" /> <link rel="shortcut icon" type="image/png" href="./images/rabbit_256.png" />
<title>Rabbit</title> <title>Rabbit</title>
</head> </head>
<body> <body>