From fd712b0631bc377d6208e614a7ea21bab5d9d158 Mon Sep 17 00:00:00 2001 From: Rakantor Date: Tue, 7 Apr 2026 17:53:42 +0200 Subject: [PATCH] chore: update gh-pages CNAME --- gh-pages-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-pages-deploy.sh b/gh-pages-deploy.sh index 8ad24c7..6f57d73 100755 --- a/gh-pages-deploy.sh +++ b/gh-pages-deploy.sh @@ -11,7 +11,7 @@ cd .output/public touch .nojekyll # if you are deploying to a custom domain -echo 'mave.dev' > CNAME +echo 'v1.mave.dev' > CNAME git init git add -A