Skip to content

Commit

Permalink
Add domain to astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
thedatadavis authored Aug 27, 2024
1 parent 9a1d0f7 commit 67b8f44
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({});
export default defineConfig({
site: 'https://btst.dev',
base: '/public',
})

0 comments on commit 67b8f44

Please sign in to comment.