browser-sync task is currently configured to run a static site. It should be set as proxy instead. ``` javascript gulp.task('browser-sync', function() { browserSync({ proxy: "local.truedigital.co.uk", open: false }); }); ```