Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Nov 21, 2023
1 parent 38858a1 commit c6369f3
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 @@ -5,9 +5,9 @@ import expressiveCode from "astro-expressive-code";

// https://astro.build/config
export default defineConfig({
site: 'https://withastro-utils.github.io',
base: '/docs',
integrations: [expressiveCode(), starlight({
site: 'https://withastro-utils.github.io',
base: '/docs',
editLink: {
baseUrl: 'https://github.com/withastro-utils/docs/tree/main/',
},
Expand Down

0 comments on commit c6369f3

Please sign in to comment.