Drop unnecessary support for web apps
This commit is contained in:
parent
dcdab150dc
commit
34efae430c
2 changed files with 1 additions and 18 deletions
|
@ -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 |
Loading…
Add table
Reference in a new issue