We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc59716 commit 6b29921Copy full SHA for 6b29921
docs/public/staticwebapp.config.json
@@ -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
15
16
17
18
+ ]
19
+}
scripts/build.sh
@@ -8,3 +8,4 @@ npm add glob -D
npm install
npm run generate-blog
npx vitepress build docs
+node scripts/fix-llms-txt.cjs
0 commit comments