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.js
CHANGED
|
@@ -1542,6 +1542,9 @@ const NextImageRenderer = ({
|
|
|
1542
1542
|
}) => {
|
|
1543
1543
|
return `${process.env.NEXT_PUBLIC_ENV_ASSET_PREFIX}/_next/image?url=${src}&q=${quality || 75}`;
|
|
1544
1544
|
};
|
|
1545
|
+
|
|
1546
|
+
// const imageUrl = `${process.env.NEXT_PUBLIC_ENV_ASSET_PREFIX}/_next/image?url=${src}&q=${quality || 75}`;
|
|
1547
|
+
|
|
1545
1548
|
let {
|
|
1546
1549
|
refSetter,
|
|
1547
1550
|
className
|