Skip to content

Commit a401421

Browse files
authored
Merge pull request #4 from github/mvkaran-patch-2
Update site and base URL for GitHub Pages
2 parents 8c741bd + 403ac4a commit a401421

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)