Skip to content

Commit 0482452

Browse files
committed
fix some issues in deploy setting
1 parent 8cd3e4e commit 0482452

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { defineConfig } from 'astro/config';
66

77
// https://astro.build/config
88
export default defineConfig({
9-
site: 'https://bearintheroad.github.io'
10-
base: '/dylanku2077.github.io'
9+
site: 'https://bearintheroad.github.io',
10+
base: '/dylanku2077.github.io',
1111
integrations: [mdx(), sitemap()],
1212
});

0 commit comments

Comments
 (0)