Skip to content

Commit 0f3a061

Browse files
committed
feat: added custom domain
1 parent e65e20f commit 0f3a061

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/astro.config.mjs

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

55
// https://astro.build/config
66
export default defineConfig({
7-
site: 'https://stackexchange.github.io',
8-
base: '/StackOverflowSDK',
7+
site: 'https://sdk.stackoverflowteams.com',
98
integrations: [
109
starlight({
1110
favicon: '/favicon.ico',

0 commit comments

Comments
 (0)