96x96 favicon png, single

This commit is contained in:
Manav Rathi 2024-03-01 10:09:37 +05:30
parent 20ef0bef6a
commit 04f273cf56
5 changed files with 4 additions and 14 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
# Dependency directories
# Dependencies
node_modules/
# macOS

View file

@ -2,8 +2,8 @@ import { defineConfig } from "vitepress";
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "Ente's Docs",
description: "Help guide for apps from Ente",
title: "Ente Help",
description: "Help and documentation for Ente's products",
head: [
[
"link",
@ -18,17 +18,7 @@ export default defineConfig({
{
rel: "icon",
type: "image/png",
sizes: "32x32",
href: "/favicon-32x32.png",
},
],
[
"link",
{
rel: "icon",
type: "image/png",
sizes: "16x16",
href: "/favicon-16x16.png",
href: "/favicon.png",
},
],
],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 863 B

BIN
docs/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB