Update package.json
... | ... | @@ -3,10 +3,10 @@ |
"version": "1.1.0", | ||
"description": "", | ||
"main": "index.js", | ||
"homepage": "https://goitacademy.github.io/parcel-project-template", | ||
"homepage": "https://maria-moroz.github.io/goit-filmoteka", | ||
"scripts": { | ||
"dev": "parcel src/*.html", | ||
"build": "parcel build src/*.html --public-url /parcel-project-template/" | ||
"build": "parcel build src/*.html --public-url /goit-filmoteka/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... |
Please register or sign in to comment