You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "A modern documentation site built with Fumadocs",
25
+
metadataBase: newURL(SITE_URL),
26
+
applicationName: "Involution Hell",
27
+
title: {
28
+
default: "Involution Hell",
29
+
template: "%s · Involution Hell",
30
+
},
31
+
description:
32
+
"Involution Hell is a free, developer-led open-source community focused on algorithms, system design, and practical engineering to help builders grow together.",
// Extra headers 可以在 nginx/vercel edge middleware 里做进一步限制
72
+
},
73
+
74
+
formatDetection: {
75
+
telephone: false,
76
+
date: true,
77
+
address: false,
78
+
email: true,
79
+
url: true,
80
+
},
81
+
manifest: "/site.webmanifest",
82
+
icons: {
83
+
// SVG + ICO 兼容方案
84
+
icon: [
85
+
{
86
+
url: "/logo/logoInLight.svg",
87
+
type: "image/svg+xml",
88
+
media: "(prefers-color-scheme: light)",
89
+
},
90
+
{url: "/favicon.ico",sizes: "any"},
91
+
],
92
+
shortcut: "/favicon.ico",
93
+
apple: "/logo/favicon-apple.png",// e.g. 180x180 PNG placed under /public/logo/
94
+
},
95
+
appleWebApp: {
96
+
capable: true,
97
+
statusBarStyle: "default",
98
+
title: "Involution Hell",
99
+
},
100
+
openGraph: {
101
+
type: "website",
102
+
url: SITE_URL,
103
+
siteName: "Involution Hell",
104
+
title: "Involution Hell",
105
+
description:
106
+
"Involution Hell is a free, developer-led open-source community focused on algorithms, system design, and practical engineering to help builders grow together.",
107
+
images: [
108
+
{
109
+
url: "/og/cover.png",
110
+
width: 2560,
111
+
height: 1440,
112
+
alt: "Involution Hell — Open-source Community",
113
+
},
114
+
],
115
+
locale: "zh_CN",
116
+
},
117
+
twitter: {
118
+
card: "summary_large_image",
119
+
site: "@longsizhuo",
120
+
creator: "@longsizhuo",
121
+
title: "Involution Hell",
122
+
description:
123
+
"A free, developer-led open-source community for algorithms, system design, and real-world engineering.",
0 commit comments