Drop unnecessary support for web apps

This commit is contained in:
Manav Rathi 2024-03-01 10:21:08 +05:30
parent dcdab150dc
commit 34efae430c
2 changed files with 1 additions and 18 deletions

View file

@ -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: {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB