1
0
Fork 0
mirror of https://github.com/veggiemonk/awesome-docker.git synced 2025-04-19 07:28:05 +02:00

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();