Skip to content

Commit cb7835c

Browse files
committed
Fix incompatible image path (#13)
1 parent 90f79fd commit cb7835c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const gulp = require('gulp'),
1212
const distRoot = path.resolve('./dist')
1313
const scriptRoot = path.join(distRoot, 'js')
1414
const styleRoot = path.join(distRoot, 'css')
15-
const imageRoot = path.join(distRoot, 'image')
15+
const imageRoot = path.join(distRoot, 'images')
1616
const paths = {
1717
dist: {
1818
root: distRoot,

0 commit comments

Comments
 (0)