Skip to content

Commit

Permalink
Update site URL in astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ulughann committed Jan 24, 2024
1 parent 5c2245d commit ea5cc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import starlight from '@astrojs/starlight';

// https://astro.build/config
export default defineConfig({
site: 'https://onrirr.github.io',
site: 'https://c3-web.github.io',
base: '/c3-web',
integrations: [tailwind(), starlight({
title: "The C3 Handbook"
Expand Down

0 comments on commit ea5cc7d

Please sign in to comment.