From 85a1b12f48b7199ac967b261ccb2b20b6d7c0387 Mon Sep 17 00:00:00 2001 From: Muntean-Alin Date: Tue, 23 Jan 2024 10:28:06 +0200 Subject: [PATCH] feat:add astro config for deploy with custom domain --- astro.config.mjs | 1 + public/CNAME | 1 + 2 files changed, 2 insertions(+) create mode 100644 public/CNAME diff --git a/astro.config.mjs b/astro.config.mjs index 0e424c7..55ca4a0 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -4,6 +4,7 @@ import react from "@astrojs/react"; // https://astro.build/config export default defineConfig({ + site: 'https://coderdojo.ai3.ro', integrations: [ tailwind(), react({ diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 0000000..a9cf262 --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +coderdojo.ai3.ro