As a User i want to access content via going direkt on an deep url
Situation
On the Main Page i have a link to \"about\" page. clicking on the the Content ch
If you're using gulp-server-livereload, just add the fallback property pointing to your index
fallback
gulp.src(['dist']) .pipe(livereload({ livereload: true, defaultFile: 'index.html', fallback: 'index.html', log: 'debug' }))