Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Aug 26, 2024
1 parent 50145ad commit fbb8464
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -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()],
});
6 changes: 3 additions & 3 deletions src/content/blog/2024/07/is-a-dev.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit fbb8464

Please sign in to comment.