From fe63b3c931a9e63d040aa524b9ce4758a2995a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Ant=C3=B4nio?= Date: Fri, 17 Jan 2025 10:10:57 -0300 Subject: [PATCH 1/4] fea: add m3o.dev domain --- domains/m3o.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/m3o.json diff --git a/domains/m3o.json b/domains/m3o.json new file mode 100644 index 000000000..512c3063c --- /dev/null +++ b/domains/m3o.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "marco-souza", + "email": "marco@tremtec.com" + }, + "record": { + "CNAME": "marco-6t2.pages.dev" + } +} \ No newline at end of file From f62183830d7b30a1dd1ec8eb3e0516ba0c212406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Ant=C3=B4nio?= Date: Fri, 17 Jan 2025 10:12:10 -0300 Subject: [PATCH 2/4] fea: add podcodar.dev --- domains/podcodar.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/podcodar.json diff --git a/domains/podcodar.json b/domains/podcodar.json new file mode 100644 index 000000000..ec403d55f --- /dev/null +++ b/domains/podcodar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "marco-souza", + "email": "marco@podcodar.org" + }, + "record": { + "CNAME": "podcodar.pages.dev" + } +} \ No newline at end of file From 8bac55e853708133a56feb13e73be37651c8db77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Ant=C3=B4nio?= Date: Fri, 17 Jan 2025 10:22:20 -0300 Subject: [PATCH 3/4] fix: m3o target --- domains/m3o.json | 4 ++-- domains/podcodar.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/m3o.json b/domains/m3o.json index 512c3063c..c7b7b6fea 100644 --- a/domains/m3o.json +++ b/domains/m3o.json @@ -4,6 +4,6 @@ "email": "marco@tremtec.com" }, "record": { - "CNAME": "marco-6t2.pages.dev" + "CNAME": "marco.deno.dev" } -} \ No newline at end of file +} diff --git a/domains/podcodar.json b/domains/podcodar.json index ec403d55f..1c82e8e8a 100644 --- a/domains/podcodar.json +++ b/domains/podcodar.json @@ -6,4 +6,4 @@ "record": { "CNAME": "podcodar.pages.dev" } -} \ No newline at end of file +} From c2b05df55267cfde567795e24559fa06de57a61d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Ant=C3=B4nio?= Date: Fri, 17 Jan 2025 17:47:15 -0300 Subject: [PATCH 4/4] fix: update site reference --- domains/m3o.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/m3o.json b/domains/m3o.json index c7b7b6fea..63c65284a 100644 --- a/domains/m3o.json +++ b/domains/m3o.json @@ -4,6 +4,6 @@ "email": "marco@tremtec.com" }, "record": { - "CNAME": "marco.deno.dev" + "CNAME": "marco-pages-dev.pages.dev" } }