We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a38168 commit d146b97Copy full SHA for d146b97
astro.config.mjs
@@ -3,7 +3,8 @@ import { defineConfig } from 'astro/config';
3
4
// https://astro.build/config
5
export default defineConfig({
6
- site: 'https://datapup.dev',
+ site: 'https://datapuporg.github.io',
7
+ base: '/DataPupOrg',
8
output: 'static',
9
build: {
10
format: 'directory'
0 commit comments