Skip to content

Commit bc64ded

Browse files
committed
Update astro.config.mjs to adjust content negotiation settings by removing llms.txt
1 parent 42f4233 commit bc64ded

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

astro/astro.config.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,12 @@ export default defineConfig({
136136
async: true,
137137
},
138138
},
139-
// llms.txt
139+
// Markdown content negotiation
140140
{
141141
tag: "link",
142142
attrs: {
143143
rel: "alternate",
144-
type: "text/markdown",
145-
href: "/llms.txt"
144+
type: "text/markdown"
146145
},
147146
},
148147
],

0 commit comments

Comments
 (0)