Skip to content

Commit 1f71cc4

Browse files
authored
fix: eslint in docs (#731)
## 📜 Description Fixed failed eslint job. ## 💡 Motivation and Context I don't know how it wasn't caught during lint stage on PR, but it showed success and failed only after merge - very strange, but anyway, I fix it here. ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### JS - fixed eslint; ## 🤔 How Has This Been Tested? Tested locally via running job. ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
1 parent 9743613 commit 1f71cc4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ const config = {
106106
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
107107
({
108108
image: "img/og-image.png",
109-
metadata: [
110-
{ name: "og:image:width", content: "2400" },
111-
{ name: "og:image:height", content: "1426" },
112-
],
113109
navbar: {
114110
title: "Keyboard Controller",
115111
logo: {
@@ -225,6 +221,8 @@ const config = {
225221
content:
226222
"react-native, keyboard, animation, ios, android, interactive keyboard dismiss, avoid keyboard, keyboard avoiding view, keyboard aware scroll view, sticky keyboard view, keyboard toolbar",
227223
},
224+
{ name: "og:image:width", content: "2400" },
225+
{ name: "og:image:height", content: "1426" },
228226
],
229227
algolia: {
230228
appId: "CX4YXK1FST",

0 commit comments

Comments
 (0)