From 6329c6802a43a1cc319198cfd4a44968045643ab Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:13:59 -0500 Subject: [PATCH] deploy again --- astro.config.mjs | 2 +- public/CNAME | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 public/CNAME diff --git a/astro.config.mjs b/astro.config.mjs index eefc0c9dd..38aeea8b4 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -13,7 +13,7 @@ const [typeDocV4, typeDocV4Sidebar] = createStarlightTypeDocPlugin(); // https://astro.build/config export default defineConfig({ // TODO: Change this whenever site is deployed to `sern.dev` - site: 'https:/deploy-preview-66--sern-docs.netlify.app', + site: 'sern.dev', integrations: [starlight({ title: "sern", lastUpdated: true, diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 000000000..edff6df14 --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +sern.dev