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
This commit is contained in:
2026-03-16 21:45:24 +00:00
committed by GitHub
parent 52632ec322
commit 6625e8ca4a

View File

@@ -68,7 +68,7 @@
"landingPage": "/wp-admin/", "landingPage": "/wp-admin/",
"login": true, "login": true,
"features": { "features": {
"networking": true "networking": false
}, },
"steps": [ "steps": [
{ {