-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathvoid.json
More file actions
41 lines (41 loc) · 1.03 KB
/
Copy pathvoid.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"$schema": "./node_modules/void/schema.json",
"head": {
"title": "A simple blog of fengmk2",
"htmlAttrs": {
"lang": "zh-CN"
},
"meta": [
{ "charset": "utf-8" },
{
"name": "viewport",
"content": "width=device-width, initial-scale=1, shrink-to-fit=no"
},
{
"name": "description",
"content": "A simple blog of fengmk2: Node.js, JavaScript, performance and engineering notes."
},
{ "property": "og:title", "content": "A simple blog of fengmk2" },
{
"property": "og:description",
"content": "A simple blog of fengmk2: Node.js, JavaScript, performance and engineering notes."
}
],
"link": [
{ "rel": "icon", "href": "/favicon.ico" },
{
"rel": "alternate",
"href": "/feed.xml",
"type": "application/rss+xml"
}
]
},
"routing": {
"headers": {
"/posts/*.md": ["Content-Type: text/markdown; charset=utf-8"]
}
},
"worker": {
"compatibility_date": "2026-02-24"
}
}