Skip to content

Commit a88175f

Browse files
authored
Merge pull request #3 from veikkoeeva/fixes-2
Small fixes and tweaks
2 parents 3bd0fd4 + 9c40ee5 commit a88175f

File tree

3 files changed

+638
-20
lines changed

3 files changed

+638
-20
lines changed

post-build-assets-processor-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ const updateHtmlFiles = (
700700
key === 'image' ||
701701
key === 'logo' ||
702702
key === 'thumbnail' ||
703-
key === 'url' || // Also check for 'url' fields which often contain image paths
703+
key === 'url' || //Also check for 'url' fields which often contain image paths.
704704
key.includes('Image') ||
705705
key.includes('image')
706706
)) {

0 commit comments

Comments
 (0)