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; - - + +