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:
parent
b1e3a95ba3
commit
15deff3fd8
3 changed files with 3 additions and 4 deletions
3
build.js
3
build.js
|
@ -42,5 +42,6 @@ console.log('');
|
|||
|
||||
new Parcel('index.html', {
|
||||
name: 'build',
|
||||
publicURL: '/awesome-docker'
|
||||
// publicURL: '/awesome-docker'
|
||||
publicURL: '/'
|
||||
}).bundle();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue