From bce5028322920466d78d2b656647e986694148e7 Mon Sep 17 00:00:00 2001 From: Oleg Shchegolev Date: Sun, 2 Mar 2025 21:48:05 +0300 Subject: [PATCH] fix cname --- domains/summon-the-coder.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/summon-the-coder.json b/domains/summon-the-coder.json index 4bb5ece14..4cfa3d624 100644 --- a/domains/summon-the-coder.json +++ b/domains/summon-the-coder.json @@ -1,10 +1,10 @@ { "description": "Site about me", - "repo": "https://github.com/banana6boom/about-me", + "repo": "https://github.com/banana6boom/banana6boom.github.io", "owner": { "username": "banana6boom", "email": "themadhouse@mail.ru" }, "record": { - "CNAME": "https://banana6boom.github.io/about-me/" + "CNAME": "banana6boom.github.io" } }