Skip to content

Commit

Permalink
cfGeoRestrictEnable default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
bigadsoleiman authored Mar 18, 2024
1 parent 884adab commit b0cda91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/magic-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ async function processCreateOptions(options: any): Promise<void> {
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",
Expand Down

0 comments on commit b0cda91

Please sign in to comment.