From 6625e8ca4a274da81e4a1092e2cb4e958a5df30e Mon Sep 17 00:00:00 2001 From: Marcus Quinn <6428977+marcusquinn@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:45:24 +0000 Subject: [PATCH] fix: disable networking in singleSiteBlueprint to prevent multisite (#48) Set networking to false in the single site playground blueprint. Networking: true can inadvertently enable multisite behaviour. Closes #39 --- playground/test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/test.html b/playground/test.html index fd2ec63..68a3fa9 100644 --- a/playground/test.html +++ b/playground/test.html @@ -68,7 +68,7 @@ "landingPage": "/wp-admin/", "login": true, "features": { - "networking": true + "networking": false }, "steps": [ {