Skip to content

Commit 569031c

Browse files
committed
models
1 parent ca3374b commit 569031c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/sim/app/llms.txt/route.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Sim lets teams create agents, workflows, knowledge bases, tables, and docs. It s
6161

6262
return new Response(content, {
6363
headers: {
64-
'Content-Type': 'text/plain; charset=utf-8',
65-
'Cache-Control': 'public, s-maxage=3600, stale-while-revalidate=86400',
64+
'Content-Type': 'text/markdown; charset=utf-8',
65+
'Cache-Control': 'public, max-age=86400, s-maxage=86400',
6666
},
6767
})
6868
}

0 commit comments

Comments
 (0)