add astro-ai-robots-txt integration
This commit is contained in:
parent
46bff3f879
commit
3c586ebc47
@ -1,6 +1,8 @@
|
|||||||
// @ts-check
|
// @ts-check
|
||||||
import { defineConfig } from "astro/config";
|
import { defineConfig } from "astro/config";
|
||||||
|
|
||||||
|
import aiRobotsTxt from "astro-ai-robots-txt";
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
image: {
|
image: {
|
||||||
@ -8,7 +10,10 @@ export default defineConfig({
|
|||||||
// Used for all `<Image />` and `<Picture />` components unless overridden with a prop
|
// Used for all `<Image />` and `<Picture />` components unless overridden with a prop
|
||||||
experimentalLayout: "responsive",
|
experimentalLayout: "responsive",
|
||||||
},
|
},
|
||||||
|
|
||||||
experimental: {
|
experimental: {
|
||||||
responsiveImages: true,
|
responsiveImages: true,
|
||||||
},
|
},
|
||||||
});
|
|
||||||
|
integrations: [aiRobotsTxt()],
|
||||||
|
});
|
15
package-lock.json
generated
15
package-lock.json
generated
@ -8,7 +8,8 @@
|
|||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@supabase/supabase-js": "^2.48.1",
|
"@supabase/supabase-js": "^2.48.1",
|
||||||
"astro": "^5.5.2"
|
"astro": "^5.5.2",
|
||||||
|
"astro-ai-robots-txt": "^0.1.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@astrojs/compiler": {
|
"node_modules/@astrojs/compiler": {
|
||||||
@ -1636,6 +1637,18 @@
|
|||||||
"sharp": "^0.33.3"
|
"sharp": "^0.33.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/astro-ai-robots-txt": {
|
||||||
|
"version": "0.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/astro-ai-robots-txt/-/astro-ai-robots-txt-0.1.1.tgz",
|
||||||
|
"integrity": "sha512-zIpzfpEGvxeWQPJmdyFyl5KGryw+ThEsgek/lI6eeZ9ykw6fJ+ZQYqlvJuWmUSEU4ESVLqXMxBWBgV6OeAQpXg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"astro": "^5.4.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/axobject-query": {
|
"node_modules/axobject-query": {
|
||||||
"version": "4.1.0",
|
"version": "4.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@supabase/supabase-js": "^2.48.1",
|
"@supabase/supabase-js": "^2.48.1",
|
||||||
"astro": "^5.5.2"
|
"astro": "^5.5.2",
|
||||||
|
"astro-ai-robots-txt": "^0.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user