We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b194e8b + a4f5dfd commit 6077fc2Copy full SHA for 6077fc2
1 file changed
astro/astro.config.mjs
@@ -126,12 +126,21 @@ export default defineConfig({
126
tag: "script",
127
attrs: {
128
id: "hs-script-loader",
129
- src: "//js.hs-scripts.com/47428297.js",
+ src: "https://js.hs-scripts.com/47428297.js",
130
"is:inline": true,
131
defer: true,
132
async: true,
133
},
134
135
+ // llms.txt
136
+ {
137
+ tag: "link",
138
+ attrs: {
139
+ rel: "alternate",
140
+ type: "text/markdown",
141
+ href: "/llms.txt"
142
+ },
143
144
],
145
logo: {
146
light: "./src/assets/duende-logo.svg",
0 commit comments