Switch domain name

This commit is contained in:
Akemi Izuko 2024-01-03 14:58:16 -07:00
parent f2e4ae2426
commit 9ed54c01b4
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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()],

View file

@ -21,8 +21,8 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
<link rel="apple-touch-icon" href="/favicon_square.avif" />
<meta property="og:title" content="noway.moe" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dev.noway.moe" />
<meta property="og:image" content="https://dev.noway.moe/favicon.png" />
<meta property="og:url" content="https://noway.moe" />
<meta property="og:image" content="https://noway.moe/favicon.png" />
<meta name="generator" content={Astro.generator} />
<!-- Font preloads -->