diff --git a/src/app/icon.svg b/src/app/icon.svg new file mode 100644 index 0000000..18ff582 --- /dev/null +++ b/src/app/icon.svg @@ -0,0 +1,7 @@ + diff --git a/src/app/icon.tsx b/src/app/icon.tsx deleted file mode 100644 index a492fc5..0000000 --- a/src/app/icon.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import { ImageResponse } from 'next/og' - -export const runtime = 'edge' - -export const size = { - width: 32, - height: 32, -} -export const contentType = 'image/png' - -export default function Icon() { - return new ImageResponse( - ( -