From 97fa9e1c5ddb7b7577532d436f19d29c5fa9eaad Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:49:05 +0000 Subject: [PATCH] fixed typo --- posts/making-your-own-blog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/making-your-own-blog.md b/posts/making-your-own-blog.md index fba81e1..c47dad2 100644 --- a/posts/making-your-own-blog.md +++ b/posts/making-your-own-blog.md @@ -66,7 +66,7 @@ Remember `metadata.json`? You'll need to fill that in now to customise the templ "author": { "name": "your-name", "email": "your-email, - "url": "hhtps://subdomain-you-chose.netlify.app/about-me/" + "url": "https://subdomain-you-chose.netlify.app/about-me/" } } ```