Skip to content

Commit aeb8033

Browse files
committed
fix browsersync path svg
1 parent 5b598a2 commit aeb8033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/browsersync.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const browserSyncOptions = {
2323
proxy: `https://${landoProjectName}.lndo.site/`,
2424
https: true,
2525
injectChanges: true,
26-
files: ['*.php', '**/*.php', 'dist/*.css', 'dist/*.js', 'dist/img/icons/*.svg'],
26+
files: ['*.php', '**/*.php', 'dist/*.css', 'dist/*.js', 'dist/icons/*.svg'],
2727
startPath: '/',
2828
notify: true,
2929
open: false,

0 commit comments

Comments
 (0)