We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c741bd + 403ac4a commit a401421Copy full SHA for a401421
1 file changed
astro.config.mjs
@@ -14,8 +14,8 @@ export default defineConfig({
14
15
// GitHub Pages deployment configuration
16
// Set the base to your repository name for GitHub Pages
17
- site: SITE || 'https://githubuniverse.github.io',
18
- base: BASE_URL || '/octocanvas',
+ site: SITE || 'https://octocanvas.io',
+ base: BASE_URL || '/',
19
20
// Integrations
21
integrations: [
0 commit comments