@riboseinc/anafero-cli 0.0.38 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build-site.mjs
CHANGED
|
@@ -317140,7 +317140,7 @@ async function* generateStaticSiteAssets(versions, currentVersionID, opts) {
|
|
|
317140
317140
|
};
|
|
317141
317141
|
const prefixWithTrailing = opts.pathPrefix ? `${opts.pathPrefix}/` : "/";
|
|
317142
317142
|
function expandGlobalPath(path3) {
|
|
317143
|
-
const expanded = path3.startsWith("/") ? `${opts.pathPrefix}${path3}` : `${prefixWithTrailing}${path3}`;
|
|
317143
|
+
const expanded = path3.startsWith("/") ? `${opts.pathPrefix ?? ""}${path3}` : `${prefixWithTrailing}${path3}`;
|
|
317144
317144
|
return expanded;
|
|
317145
317145
|
}
|
|
317146
317146
|
const htmlAttrs = `
|
package/package.json
CHANGED
|
index 46a9c46..604f9dc 100644
|
|
|
Binary file
|