@runcontext/site 0.4.1 → 0.4.3

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/dist/index.mjs CHANGED
@@ -2340,7 +2340,7 @@ function buildSearchIndex(manifest, basePath) {
2340
2340
  function generateSite(manifest, config, options) {
2341
2341
  const files = /* @__PURE__ */ new Map();
2342
2342
  const siteTitle = config?.title ?? "ContextKit";
2343
- const basePath = (config?.base_path ?? "").replace(/\/+$/, "") || ".";
2343
+ const basePath = (config?.base_path ?? "").replace(/\/+$/, "");
2344
2344
  const studioMode = options?.studioMode ?? false;
2345
2345
  const commonData = {
2346
2346
  siteTitle,