Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
marksowell committed Oct 20, 2024
1 parent bd06192 commit 7c7e6db
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dev/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
import { defineConfig } from 'astro/config';

export default defineConfig({
site: 'https://marksowell.github.io', // Your domain
site: 'https://marksowell.com', // Your domain
base: '/dev', // Serves the Astro site under /dev
trailingSlash: "ignore",
output: "static",
outDir: './dev',
build: {
assets: 'astro'
}
});

0 comments on commit 7c7e6db

Please sign in to comment.