| 12345678910111213141516171819 |
- {
- "mimeTypes": {
- ".txt": "text/plain; charset=utf-8"
- },
- "routes": [
- {
- "route": "/llms.txt",
- "headers": {
- "Content-Type": "text/plain; charset=utf-8"
- }
- },
- {
- "route": "/llms-full.txt",
- "headers": {
- "Content-Type": "text/plain; charset=utf-8"
- }
- }
- ]
- }
|