Skip to content

Commit fbb8464

Browse files
committed
update links
1 parent 50145ad commit fbb8464

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import sitemap from "@astrojs/sitemap";
55

66
// https://astro.build/config
77
export default defineConfig({
8-
site: "https://blog.william.net.au",
8+
site: "https://blog.wdharrison.com",
99
integrations: [mdx(), sitemap()],
1010
});

src/content/blog/2024/07/is-a-dev.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Navigate to the [`domains/`](https://wdh.gg/borLkD3) folder and then from there
1515

1616
If it says you need to fork the repository, click the fork repository button and continue with the next steps on your forked repository.
1717

18-
![image](https://blog-cdn.wdharrison.com/Ll3qnqmY.png)
18+
![image](https://blog-cdn.hrsn.net/Ll3qnqmY.png)
1919

2020
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`.
2121

@@ -25,7 +25,7 @@ Here are the naming requirements:
2525
- It cannot contain underscores, only dashes are permitted
2626
- You can only use standard English characters
2727

28-
![image](https://blog-cdn.wdharrison.com/0GgRMCHy.png)
28+
![image](https://blog-cdn.hrsn.net/0GgRMCHy.png)
2929

3030
After naming your file you need to put the JSON content into it, here is an example JSON structure:
3131

@@ -52,7 +52,7 @@ Finally, click `Commit changes...` and then `Propose changes`.
5252

5353
Now you should be greeted with a screen which looks like this:
5454

55-
![image](https://blog-cdn.wdharrison.com/EXLugHC9.png)
55+
![image](https://blog-cdn.hrsn.net/EXLugHC9.png)
5656

5757
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.
5858

0 commit comments

Comments
 (0)