Change baseurl for dev

This commit is contained in:
Vincent Fiduccia
2018-06-22 15:49:41 -07:00
parent 1d25322a6f
commit fd2f3f6d96
+1 -1
View File
@@ -66,7 +66,7 @@ gulp.task('hugo-staging', (cb) => {
});
gulp.task('hugo-dev', (cb) => {
return spawn('hugo', ['--buildDrafts', '--buildFuture', '--baseURL=http://localhost:9001'], { stdio: 'inherit' }).on('close', (/* code */) => {
return spawn('hugo', ['--buildDrafts', '--buildFuture', '--baseURL='], { stdio: 'inherit' }).on('close', (/* code */) => {
browserSync.reload();
cb();
});