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 cce6764 commit 46e2c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
base: '/dev', // Serves the Astro site under /dev
trailingSlash: "ignore",
output: "static",
outDir: './dev',
outDir: './dist/dev',
build: {
assets: 'astro'
}
Expand Down

0 comments on commit 46e2c0a

Please sign in to comment.