@redneckz/wildless-cms-uni-blocks 0.14.240 → 0.14.241

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.
@@ -323,7 +323,7 @@
323
323
  return href;
324
324
  }
325
325
  if (isUUID(href)) {
326
- return `${FILE_STORAGE_API}/${href}/file`;
326
+ return `${FILE_STORAGE_API}/${href}/attachment`;
327
327
  }
328
328
  const isRelativeToBase = href?.startsWith('/');
329
329
  return joinPath(hasPrefix(href, basePath) ? '' : basePath, isRelativeToBase ? '/' : dirname(router.pathname), href);
@@ -6035,7 +6035,7 @@
6035
6035
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6036
6036
  });
6037
6037
 
6038
- const packageVersion = "0.14.239";
6038
+ const packageVersion = "0.14.240";
6039
6039
 
6040
6040
  exports.Blocks = Blocks;
6041
6041
  exports.ContentPage = ContentPage;