Skip to content

Commit

Permalink
Update astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
tommerty authored Apr 10, 2024
1 parent 061e519 commit b7eaed7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import cloudflare from "@astrojs/cloudflare";

// https://astro.build/config
export default defineConfig({
site: 'https://docs.doras.to',
site: 'https://dorasto.github.io',
base: 'docs'
integrations: [starlight({
title: 'Doras.to',
logo: {
Expand Down Expand Up @@ -47,4 +48,4 @@ export default defineConfig({
}), react(), tailwind()],
output: "hybrid",
adapter: cloudflare()
});
});

0 comments on commit b7eaed7

Please sign in to comment.