We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3c2d2 commit 20dbe33Copy full SHA for 20dbe33
astro.config.mjs
@@ -5,7 +5,7 @@ import tailwind from "@astrojs/tailwind";
5
6
// https://astro.build/config
7
export default defineConfig({
8
- site: 'https://graphrag.github.io',
+ site: 'https://graphrag.com',
9
integrations: [starlight({
10
title: 'GraphRAG',
11
logo: {
@@ -92,4 +92,4 @@ export default defineConfig({
92
Footer: './src/components/GrFooter.astro'
93
}
94
}), tailwind({applyBaseStyles: false})]
95
-});
+});
0 commit comments