We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de21a6e commit 12d06aaCopy full SHA for 12d06aa
astro.config.mjs
@@ -7,6 +7,8 @@ import sitemap from "@astrojs/sitemap";
7
8
// https://astro.build/config
9
export default defineConfig({
10
+ site: 'https://gin-gonic.com',
11
+
12
integrations: [starlight({
13
plugins: [starlightUtils({
14
multiSidebar: {
public/robots.txt
@@ -0,0 +1,4 @@
1
+User-agent: *
2
+Allow: /
3
4
+Sitemap: https://gin-gonic.com/sitemap-index.xml
0 commit comments