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 1013dd6 commit b5936d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
id: deployment
uses: actions/deploy-pages@v4
with:
path: "./dist"
path: ./dist
5 changes: 4 additions & 1 deletion dev/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ import { defineConfig } from 'astro/config';

export default defineConfig({
site: 'https://marksowell.com', // Your domain
base: '/dev', // Serves the Astro site under /dev
base: '/dev', // Serves the Astro site under /dev
root: './dev',
srcDir: './dev',
publicDir: './dev'
});

0 comments on commit b5936d6

Please sign in to comment.