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 77505e8 commit fb6d2a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dev/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { defineConfig } from 'astro/config';

export default defineConfig({
site: 'https://marksowell.com', // Your domain
base: '/dev', // Serves the Astro site under /dev
root: './dev',
srcDir: './dev',
publicDir: './dev'
base: '/dev', // Serve the site under /dev
srcDir: './dev', // Source directory for Astro project
publicDir: './public', // Static assets (like images)
});

0 comments on commit fb6d2a9

Please sign in to comment.