diff --git a/src/app/components/protos/hero-section.tsx b/src/app/components/protos/hero-section.tsx index 7a58f9e8..7bb15ff3 100644 --- a/src/app/components/protos/hero-section.tsx +++ b/src/app/components/protos/hero-section.tsx @@ -409,6 +409,8 @@ import { Button } from '../ui/button'; /* eslint-disable */ +/* eslint-disable */ + function TypingAnimation() { const el = useRef(null); diff --git a/src/app/components/reusables/code/code-block.tsx b/src/app/components/reusables/code/code-block.tsx index 92416ca6..b00f5f77 100644 --- a/src/app/components/reusables/code/code-block.tsx +++ b/src/app/components/reusables/code/code-block.tsx @@ -218,6 +218,11 @@ import CopyButton from './copy-code'; // react-syntax-highlighter has no types +/* eslint-disable */ +// @ts-nocheck + +// react-syntax-highlighter has no types + /* eslint-disable */ // @ts-nocheck SyntaxHighlighter.registerLanguage('rust', rust); diff --git a/src/app/icon.png b/src/app/icon.png new file mode 100644 index 00000000..fd8f7846 Binary files /dev/null and b/src/app/icon.png differ diff --git a/src/app/icon.tsx b/src/app/icon.tsx deleted file mode 100644 index fbcfc298..00000000 --- a/src/app/icon.tsx +++ /dev/null @@ -1,31 +0,0 @@ -import { ImageResponse } from 'next/og'; - -export const size = { - width: 32, - height: 32, -}; -export const contentType = 'image/png'; - -export default function Icon() { - return new ImageResponse( - ( -