mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 05:54:19 +01:00
fix: favicon URL
This commit is contained in:
@@ -48,15 +48,6 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
],
|
||||
'jsx-a11y/label-has-associated-control': [
|
||||
'error',
|
||||
{
|
||||
labelComponents: ['label'],
|
||||
labelAttributes: ['inputLabel'],
|
||||
assert: 'both',
|
||||
depth: 3,
|
||||
},
|
||||
],
|
||||
'prettier/prettier': 'error',
|
||||
},
|
||||
settings: {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<meta property="og:image" content="https://syusui-s.github.io/rabbit/images/rabbit_app_1280.png" />
|
||||
<meta property="og:locale" content="ja_JP" />
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user