diy-template-components 0.2.37 → 0.2.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/index.es.js +3 -0
- package/build/index.es.js.map +1 -1
- package/build/index.js +3 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -1527,6 +1527,9 @@ const NextImageRenderer = ({
|
|
|
1527
1527
|
}) => {
|
|
1528
1528
|
return `${process.env.NEXT_PUBLIC_ENV_ASSET_PREFIX}/_next/image?url=${src}&q=${quality || 75}`;
|
|
1529
1529
|
};
|
|
1530
|
+
|
|
1531
|
+
// const imageUrl = `${process.env.NEXT_PUBLIC_ENV_ASSET_PREFIX}/_next/image?url=${src}&q=${quality || 75}`;
|
|
1532
|
+
|
|
1530
1533
|
let {
|
|
1531
1534
|
refSetter,
|
|
1532
1535
|
className
|