Skip to content

Commit 20dbe33

Browse files
committed
Change site to graphrag.com for canonical URL etc
1 parent ef3c2d2 commit 20dbe33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import tailwind from "@astrojs/tailwind";
55

66
// https://astro.build/config
77
export default defineConfig({
8-
site: 'https://graphrag.github.io',
8+
site: 'https://graphrag.com',
99
integrations: [starlight({
1010
title: 'GraphRAG',
1111
logo: {
@@ -92,4 +92,4 @@ export default defineConfig({
9292
Footer: './src/components/GrFooter.astro'
9393
}
9494
}), tailwind({applyBaseStyles: false})]
95-
});
95+
});

0 commit comments

Comments
 (0)