From 5f802565763142e0a3a7351e89dc5bfbafc2106e Mon Sep 17 00:00:00 2001 From: Keiran Harcombe Date: Tue, 14 Apr 2026 12:44:30 +0100 Subject: [PATCH] Remove CNAME I've removed the CNAME file which is blocking access to Yunohost --- bin/build-tw-org.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-tw-org.sh b/bin/build-tw-org.sh index eb76baa851..9cff68c7b2 100755 --- a/bin/build-tw-org.sh +++ b/bin/build-tw-org.sh @@ -45,7 +45,7 @@ git clone --depth=1 --branch=main "https://github.com/TiddlyWiki/tiddlywiki.org- # Make the CNAME file that GitHub Pages requires -echo "tiddlywiki.org" > $TWORG_BUILD_OUTPUT/CNAME +# echo "tiddlywiki.org" > $TWORG_BUILD_OUTPUT/CNAME # Delete any existing static content