diff --git a/apps/gui/next-env.d.ts b/apps/gui/next-env.d.ts index c4b7818..9edff1c 100644 --- a/apps/gui/next-env.d.ts +++ b/apps/gui/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. diff --git a/apps/gui/src/app/icon.png b/apps/gui/src/app/icon.png new file mode 100644 index 0000000..3a569bb Binary files /dev/null and b/apps/gui/src/app/icon.png differ diff --git a/web/docs/astro.config.mjs b/web/docs/astro.config.mjs index bd58c34..0142a18 100644 --- a/web/docs/astro.config.mjs +++ b/web/docs/astro.config.mjs @@ -10,6 +10,7 @@ export default defineConfig({ mermaid(), starlight({ title: "Omnia Docs", + favicon: "/favicon.png", logo: { src: "./src/assets/img/logo.png", replacesTitle: true, diff --git a/web/docs/public/favicon.png b/web/docs/public/favicon.png new file mode 100644 index 0000000..3a569bb Binary files /dev/null and b/web/docs/public/favicon.png differ