We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95f20c commit 403ac4aCopy full SHA for 403ac4a
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