From 9ed54c01b426f6ce1ce0a9bb4684c7dbeddee6d6 Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Wed, 3 Jan 2024 14:58:16 -0700 Subject: [PATCH] Switch domain name --- README.md | 2 +- astro.config.mjs | 2 +- src/components/BaseHead.astro | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03d2c48..84d4a14 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # My Personal Website! The codebase for my personal website, which you can [visit -here](https://dev.noway.moe)! +here](https://noway.moe)! Written using [Astro.js](https://astro.build/) as the main framework, with [Tailwind CSS](https://tailwindcss.com/). MDX rendering and syntax highlighting diff --git a/astro.config.mjs b/astro.config.mjs index d7e6109..28bc110 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -32,7 +32,7 @@ const options = { // https://astro.build/config export default defineConfig({ - site: 'https://dev.noway.moe', + site: 'https://noway.moe', output: "static", integrations: [mdx(), sitemap(), tailwind()], diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 3e33f09..12c0538 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -21,8 +21,8 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props; - - + +