From fbb8464bcdac2c637618cb9694f63a300bed2470 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 26 Aug 2024 12:56:23 +0800 Subject: [PATCH] update links --- astro.config.mjs | 2 +- src/content/blog/2024/07/is-a-dev.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 0038070..e8613ae 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,6 +5,6 @@ import sitemap from "@astrojs/sitemap"; // https://astro.build/config export default defineConfig({ - site: "https://blog.william.net.au", + site: "https://blog.wdharrison.com", integrations: [mdx(), sitemap()], }); diff --git a/src/content/blog/2024/07/is-a-dev.md b/src/content/blog/2024/07/is-a-dev.md index 2b15ec2..9c2f8f5 100644 --- a/src/content/blog/2024/07/is-a-dev.md +++ b/src/content/blog/2024/07/is-a-dev.md @@ -15,7 +15,7 @@ Navigate to the [`domains/`](https://wdh.gg/borLkD3) folder and then from there If it says you need to fork the repository, click the fork repository button and continue with the next steps on your forked repository. -![image](https://blog-cdn.wdharrison.com/Ll3qnqmY.png) +![image](https://blog-cdn.hrsn.net/Ll3qnqmY.png) Next, add the file name near the top where it says `Name your file...`. Name your file the name of the subdomain you want, in my case I want `william.is-a.dev`, so I will name the file `william.json`. @@ -25,7 +25,7 @@ Here are the naming requirements: - It cannot contain underscores, only dashes are permitted - You can only use standard English characters -![image](https://blog-cdn.wdharrison.com/0GgRMCHy.png) +![image](https://blog-cdn.hrsn.net/0GgRMCHy.png) After naming your file you need to put the JSON content into it, here is an example JSON structure: @@ -52,7 +52,7 @@ Finally, click `Commit changes...` and then `Propose changes`. Now you should be greeted with a screen which looks like this: -![image](https://blog-cdn.wdharrison.com/EXLugHC9.png) +![image](https://blog-cdn.hrsn.net/EXLugHC9.png) All you need to do here is fill out the requirements and place an `x` between the `[ ]` (so it looks like `[x]`) for each requirement you meet. Please make sure you meet all the requirements before creating the pull request.