Skip to content

Commit

Permalink
fix; astro config for site and base of GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
erikshafer committed May 23, 2024
1 parent 0bd21a2 commit 79e0b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import starlight from '@astrojs/starlight';

// https://astro.build/config
export default defineConfig({
site: 'https://event-sourcing-ecommerce.github.io',
base: '/docs',
site: 'https://erikshafer.github.io',
base: '/event-sourcing-ecommerce-docs',
trailingSlash: 'never',
integrations: [
starlight({
Expand Down

0 comments on commit 79e0b37

Please sign in to comment.