diff --git a/site/app/icon.svg b/site/app/icon.svg new file mode 100644 index 0000000..b8efc50 --- /dev/null +++ b/site/app/icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + Dx + diff --git a/site/app/icon.tsx b/site/app/icon.tsx deleted file mode 100644 index 74b4799..0000000 --- a/site/app/icon.tsx +++ /dev/null @@ -1,46 +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( - ( -
-
- Dx -
-
- ), - { - ...size, - }, - ); -} diff --git a/site/next-env.d.ts b/site/next-env.d.ts index c4b7818..9edff1c 100644 --- a/site/next-env.d.ts +++ b/site/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -import "./.next/dev/types/routes.d.ts"; +import "./.next/types/routes.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.