Switch domain name
This commit is contained in:
parent
f2e4ae2426
commit
9ed54c01b4
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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()],
|
||||
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue