Fix URL for assets

This commit is contained in:
Julien Bisconti
2018-03-17 16:35:03 +01:00
parent b1e3a95ba3
commit 15deff3fd8
3 changed files with 3 additions and 4 deletions

View File

@@ -42,5 +42,6 @@ console.log('');
new Parcel('index.html', {
name: 'build',
publicURL: '/awesome-docker'
// publicURL: '/awesome-docker'
publicURL: '/'
}).bundle();