Skip to content

Commit e83663c

Browse files
committed
Remove base path for root domain deployment
- Removed /DataPupOrg base path from Astro config - Site will now be served at https://datapuporg.github.io/ - Updated for renamed repository datapuporg.github.io
1 parent 760c899 commit e83663c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astro.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { defineConfig } from 'astro/config';
44
// https://astro.build/config
55
export default defineConfig({
66
site: 'https://datapuporg.github.io',
7-
base: '/DataPupOrg',
87
output: 'static',
98
build: {
109
format: 'directory'

0 commit comments

Comments
 (0)