diff --git a/cli/magic-config.ts b/cli/magic-config.ts index 808049e4c..2b272c3f0 100644 --- a/cli/magic-config.ts +++ b/cli/magic-config.ts @@ -280,7 +280,7 @@ async function processCreateOptions(options: any): Promise { type: "confirm", name: "cfGeoRestrictEnable", message: "Do want to restrict access to the website (CF Distribution) to only a country or countries?", - initial: true, + initial: false, }, { type: "multiselect",