From ca4047908ca1b5aecc20bed0ac3475211b7a0a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=95=E3=82=A1=E3=83=8F=E3=83=89=E3=83=BB=E3=83=AA?= =?UTF-8?q?=E3=82=BA=E3=83=AF=E3=83=B3?= <59868973+Raiden-16F7@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:34:50 +0500 Subject: [PATCH] Update retr0xraiden.json Changed record Type from URL to CNAME for Github pages --- domains/retr0xraiden.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/retr0xraiden.json b/domains/retr0xraiden.json index 477cd382a..d45d32c38 100644 --- a/domains/retr0xraiden.json +++ b/domains/retr0xraiden.json @@ -1,9 +1,11 @@ { + "description": "My Portfolio", + "repo": "https://github.com/raiden-16f7/raiden-16f7.github.io", "owner": { "username": "Raiden-16F7", "email": "fahad.rizwan07@gmail.com" }, "record": { - "URL": "https://raiden-16f7.github.io/Portfolio/" + "CNAME": "raiden-16f7.github.io" } -} +}