Skip to content

Commit

Permalink
feat:add astro config for deploy with custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Muntean-Alin committed Jan 23, 2024
1 parent 18c6752 commit cb5b0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import react from "@astrojs/react";

// https://astro.build/config
export default defineConfig({
site: 'https://coderdojo.ai3.ro',
integrations: [
tailwind(),
react({
Expand Down
1 change: 1 addition & 0 deletions public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
coderdojo.ai3.ro

0 comments on commit cb5b0a6

Please sign in to comment.