Skip to content

Commit 6b29921

Browse files
committed
improve llms again
1 parent dc59716 commit 6b29921

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"mimeTypes": {
3+
".txt": "text/plain; charset=utf-8"
4+
},
5+
"routes": [
6+
{
7+
"route": "/llms.txt",
8+
"headers": {
9+
"Content-Type": "text/plain; charset=utf-8"
10+
}
11+
},
12+
{
13+
"route": "/llms-full.txt",
14+
"headers": {
15+
"Content-Type": "text/plain; charset=utf-8"
16+
}
17+
}
18+
]
19+
}

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ npm add glob -D
88
npm install
99
npm run generate-blog
1010
npx vitepress build docs
11+
node scripts/fix-llms-txt.cjs

0 commit comments

Comments
 (0)