Skip to content

Commit 63c431f

Browse files
committed
added correct base path
1 parent 728706c commit 63c431f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import starlightLinksValidator from 'starlight-links-validator';
66

77
// https://astro.build/config
88
export default defineConfig({
9-
site: 'https://rack-gateway.docspring.io',
9+
site: 'https://docspring.github.io',
10+
base: '/rack-gateway',
1011
integrations: [
1112
starlight({
1213
title: 'Rack Gateway',

0 commit comments

Comments
 (0)