mirror of
https://github.com/StepanovPlaton/AboutMe.git
synced 2026-04-04 12:50:49 +04:00
Initial commit
This commit is contained in:
15
src/constants/icon.ts
Normal file
15
src/constants/icon.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import type { Favicon } from "@/types/config.ts";
|
||||
|
||||
|
||||
export const defaultFavicons: Favicon[] = [
|
||||
{
|
||||
src: "/favicon/icon-light.ico",
|
||||
theme: "light",
|
||||
sizes: "96x96",
|
||||
},
|
||||
{
|
||||
src: "/favicon/icon-dark.ico",
|
||||
theme: "dark",
|
||||
sizes: "96x96",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user