@liner-fe/prism 2.1.62 → 2.1.63

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.
@@ -63,7 +63,7 @@ var illustSize = {
63
63
  };
64
64
 
65
65
  // src/components/Illust/index.tsx
66
- var import_image = __toESM(require("next/image"), 1);
66
+ var import_image = __toESM(require("next/image"));
67
67
 
68
68
  // src/constants/illust/path.ts
69
69
  var ILLUST = "/illust";
@@ -118,4 +118,4 @@ var Illust = /* @__PURE__ */ __name((props) => {
118
118
 
119
119
  // src/utils/illust.ts
120
120
  var prefetchIllust = /* @__PURE__ */ __name(async ({ name, isDark = false }) => await fetch(`${ILLUST}${isDark ? "/dark/" : "/light/"}${name}.webp`), "prefetchIllust");
121
- //# sourceMappingURL=illust.cjs.map
121
+ //# sourceMappingURL=illust.js.map