Skip to content

Commit 403ac4a

Browse files
authored
Update site and base URL for GitHub Pages
1 parent c95f20c commit 403ac4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export default defineConfig({
1414

1515
// GitHub Pages deployment configuration
1616
// Set the base to your repository name for GitHub Pages
17-
site: SITE || 'https://githubuniverse.github.io',
18-
base: BASE_URL || '/octocanvas',
17+
site: SITE || 'https://octocanvas.io',
18+
base: BASE_URL || '/',
1919

2020
// Integrations
2121
integrations: [

0 commit comments

Comments
 (0)