From e2e0ed8fa7d26a23f77b378907b3f902be9e028e Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Wed, 21 Feb 2024 21:39:37 +0100 Subject: Use the cookie store from local browser --- template.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'template.js') diff --git a/template.js b/template.js index 17fe6ba..33713aa 100644 --- a/template.js +++ b/template.js @@ -49,6 +49,20 @@ export const config = { // "Authorization": "Bearer ...", // "User-Agent": "Mozilla ...", // }, + + // Use the cookie store of your local browser. (default = off) + // Options: "chrome" | "edge" | "firefox" + // cookies: "chrome" + + // Specify the output options. + // output: { + // // Specify the output file. (default = stdout) + // file: "results.json", + // + // // Specify the output format. (default = json) + // // Options: "json" | "ndjson" + // format: "json", + // }, }; export default function({ doc, absoluteURL }) { -- cgit v1.2.3