Skip to content

Commit 7155530

Browse files
authored
fix(dist): Alter offline diff script data-url plugin to accommodate new image asset paths (#5076)
1 parent ced8ea1 commit 7155530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gulp/plugins/data-uri.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fs = require('fs');
22
const mime = require('mime');
33
const path = require('path');
44

5-
const root = path.resolve(__dirname, '../../../');
5+
const root = path.resolve(__dirname, '../../../assets/images');
66

77
module.exports = (opts = {}) => {
88
return {

0 commit comments

Comments
 (0)