Skip to content

Commit 6077fc2

Browse files
authored
Merge pull request #1023 from DuendeSoftware/mb/llmstxt
Add llms.txt alternate link
2 parents b194e8b + a4f5dfd commit 6077fc2

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

astro/astro.config.mjs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,21 @@ export default defineConfig({
126126
tag: "script",
127127
attrs: {
128128
id: "hs-script-loader",
129-
src: "//js.hs-scripts.com/47428297.js",
129+
src: "https://js.hs-scripts.com/47428297.js",
130130
"is:inline": true,
131131
defer: true,
132132
async: true,
133133
},
134134
},
135+
// llms.txt
136+
{
137+
tag: "link",
138+
attrs: {
139+
rel: "alternate",
140+
type: "text/markdown",
141+
href: "/llms.txt"
142+
},
143+
},
135144
],
136145
logo: {
137146
light: "./src/assets/duende-logo.svg",

0 commit comments

Comments
 (0)