mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 03:52:48 +05:30
minor: Updated favicon for web interfaces
This commit is contained in:
2
apps/gui/next-env.d.ts
vendored
2
apps/gui/next-env.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
/// <reference types="next" />
|
||||
/// <reference types="next/image-types/global" />
|
||||
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.
|
||||
|
||||
BIN
apps/gui/src/app/icon.png
Normal file
BIN
apps/gui/src/app/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 919 B |
@@ -10,6 +10,7 @@ export default defineConfig({
|
||||
mermaid(),
|
||||
starlight({
|
||||
title: "Omnia Docs",
|
||||
favicon: "/favicon.png",
|
||||
logo: {
|
||||
src: "./src/assets/img/logo.png",
|
||||
replacesTitle: true,
|
||||
|
||||
BIN
web/docs/public/favicon.png
Normal file
BIN
web/docs/public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 919 B |
Reference in New Issue
Block a user