From 25a2e0b7c584a13550919dadd31240b7326b78eb Mon Sep 17 00:00:00 2001 From: TeknoSenpai <74503731+TeknoSenpai@users.noreply.github.com> Date: Thu, 2 Jun 2022 17:44:25 +0200 Subject: [PATCH] Update tekno.json --- domains/tekno.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/tekno.json b/domains/tekno.json index 751a22734..63a41fcfc 100644 --- a/domains/tekno.json +++ b/domains/tekno.json @@ -1,5 +1,5 @@ { - "description": "Custom domain for my personal github pages site", + "description": "Custom domain for my personal site", "repo": "https://github.com/TeknoSenpai/teknosenpai.github.io", "owner": { "username": "TeknoSenpai", @@ -7,6 +7,8 @@ "twitter": "@TeknoSenpai" }, "record": { - "CNAME": "teknosenpai.github.io" + "A": [ + "173.212.245.116" + ] } }