File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ import type {
55import { defineConfig } from "@junobuild/config" ;
66
77const headers : StorageConfigHeader [ ] = [
8+ {
9+ source : "/" ,
10+ headers : [ [ "Link" , '</llms.txt>; rel="describedby"' ] ]
11+ } ,
12+ {
13+ source : "/.well-known/api-catalog" ,
14+ headers : [ [ "Content-Type" , "application/linkset+json" ] ]
15+ } ,
816 {
917 source : "**/*.svg" ,
1018 headers : [ [ "Cache-Control" , "max-age=2592000, public" ] ]
Original file line number Diff line number Diff line change 1+ {
2+ "linkset": [
3+ {
4+ "anchor": "https://juno.build",
5+ "service-doc": [
6+ { "href": "https://juno.build/docs/guides/ai" }
7+ ]
8+ }
9+ ]
10+ }
Original file line number Diff line number Diff line change 11User-agent: *
22Allow: /
33Sitemap: https://juno.build/sitemap.xml
4- Host: https://juno.build
4+ Host: https://juno.build
5+ Content-Signal: ai-train =no , search =yes , ai-input =yes
You can’t perform that action at this time.
0 commit comments