Skip to content

Commit d146b97

Browse files
committed
Update Astro config for GitHub Pages deployment path
1 parent 3a38168 commit d146b97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { defineConfig } from 'astro/config';
33

44
// https://astro.build/config
55
export default defineConfig({
6-
site: 'https://datapup.dev',
6+
site: 'https://datapuporg.github.io',
7+
base: '/DataPupOrg',
78
output: 'static',
89
build: {
910
format: 'directory'

0 commit comments

Comments
 (0)