Skip to content

Commit 4f94f65

Browse files
Jose Luis HernandoJose Luis Hernando
Jose Luis Hernando
authored and
Jose Luis Hernando
committed
Added Headless true by default
1 parent 05b996d commit 4f94f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import prompt from 'enquirer'; // Create prompts with more custom options
1313
import chalk from 'chalk'; // Add colors to console logs
1414

1515
/* Settings */
16-
const headless = false; // Wether if you want to see the browser automation (false) or not (true) - Default true
16+
const headless = true; // Wether if you want to see the browser automation (false) or not (true) - Default true
1717
const sitemapExtract = true; // Wether you want to extract data from sitemaps or not - Default true
1818
const sites = []; // Holding array for GSC properties
1919
const indexedSum = []; // Holding array for summary of indexed URLs from all GSC properties

0 commit comments

Comments
 (0)