diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 4676b17199..cab80c49d2 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -4,24 +4,7 @@ import { defineConfig } from "vitepress"; export default defineConfig({ title: "Ente Docs", description: "Help and documentation for Ente's products", - head: [ - [ - "link", - { - rel: "apple-touch-icon", - sizes: "180x180", - href: "/apple-touch-icon.png", - }, - ], - [ - "link", - { - rel: "icon", - type: "image/png", - href: "/favicon.png", - }, - ], - ], + head: [["link", { rel: "icon", type: "image/png", href: "/favicon.png" }]], themeConfig: { // https://vitepress.dev/reference/default-theme-config editLink: { diff --git a/docs/public/apple-touch-icon.png b/docs/public/apple-touch-icon.png deleted file mode 100644 index 8a84dfb18a..0000000000 Binary files a/docs/public/apple-touch-icon.png and /dev/null differ