Skip to content

Commit b67df1e

Browse files
config fixes for gh pages deploy
1 parent c5dd4ee commit b67df1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sitemap from '@astrojs/sitemap';
44

55
// https://astro.build/config
66
export default defineConfig({
7-
site: 'https://dennisklappe.github.io',
7+
site: 'https://github.com/serverless-mom/prompt-library',
88
// Only use base path in production (GitHub Pages)
99
base: process.env.NODE_ENV === 'production' ? '/astro-theme-terminal' : '/',
1010
integrations: [sitemap()],

0 commit comments

Comments
 (0)