Skip to content

Commit 1063ae1

Browse files
committed
fix: domain
1 parent d40286b commit 1063ae1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

packages/docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import react from '@astrojs/react';
44

55
// https://astro.build/config
66
export default defineConfig({
7-
site: 'https://example.com',
7+
site: 'https://jupyter-kit.walkframe.com',
88
integrations: [
99
starlight({
1010
title: '@jupyter-kit',

packages/docs/public/robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://jupyter-kit.walkframe.com/sitemap-index.xml

0 commit comments

Comments
 (0)