We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b996d commit 4f94f65Copy full SHA for 4f94f65
index.js
@@ -13,7 +13,7 @@ import prompt from 'enquirer'; // Create prompts with more custom options
13
import chalk from 'chalk'; // Add colors to console logs
14
15
/* Settings */
16
-const headless = false; // Wether if you want to see the browser automation (false) or not (true) - Default true
+const headless = true; // Wether if you want to see the browser automation (false) or not (true) - Default true
17
const sitemapExtract = true; // Wether you want to extract data from sitemaps or not - Default true
18
const sites = []; // Holding array for GSC properties
19
const indexedSum = []; // Holding array for summary of indexed URLs from all GSC properties
0 commit comments