We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40286b commit 1063ae1Copy full SHA for 1063ae1
2 files changed
packages/docs/astro.config.mjs
@@ -4,7 +4,7 @@ import react from '@astrojs/react';
4
5
// https://astro.build/config
6
export default defineConfig({
7
- site: 'https://example.com',
+ site: 'https://jupyter-kit.walkframe.com',
8
integrations: [
9
starlight({
10
title: '@jupyter-kit',
packages/docs/public/robots.txt
@@ -0,0 +1,4 @@
1
+User-agent: *
2
+Allow: /
3
+
+Sitemap: https://jupyter-kit.walkframe.com/sitemap-index.xml
0 commit comments