@dstaley/zola-wasm
Advanced tools
Comparing version 0.0.0-canary-20230102013636 to 0.0.0-canary-20230102022318
@@ -8,8 +8,8 @@ "use strict"; | ||
/** | ||
* | ||
* | ||
* @param {string} siteDir Path to Zola site, relative to the current working directory | ||
* @param {string} [baseUrl] | ||
*/ | ||
module.exports = async function build(siteDir = '.', baseUrl) { | ||
let args = ["zola", "build"]; | ||
module.exports = async function build(siteDir = ".", baseUrl) { | ||
let args = ["zola", "--root", "/", "build"]; | ||
if (baseUrl) { | ||
@@ -16,0 +16,0 @@ args = [...args, "--base-url", baseUrl]; |
{ | ||
"name": "@dstaley/zola-wasm", | ||
"version": "0.0.0-canary-20230102013636", | ||
"version": "0.0.0-canary-20230102022318", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14920274