From 523c18b7dde0cda22a1c791d6eaffbd94593cb16 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 7 Sep 2026 19:30:27 -0700 Subject: [PATCH] Update remote URL for publishing --- plugins/dist/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dist/data.json b/plugins/dist/data.json index 46c3d6d..0e2608a 100644 --- a/plugins/dist/data.json +++ b/plugins/dist/data.json @@ -1,5 +1,5 @@ { - "remoteUrl": "git@github.com:brendan-ch/brendan-ch.github.io.git", + "remoteUrl": "ssh://git@gitea.bchen.dev:2222/brendan/brendan-ch.github.io.git", "branch": "main", "publishDir": "_notes", "imagesDir": "assets/img",