Skip to content

Commit

Permalink
Cambiadas rutas a relativas para GH-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dryant committed Nov 20, 2023
1 parent 9163323 commit 105668a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"homepage": "http://dryant.github.io/herramientas-pec3",
"scripts": {
"parcel:dev": "parcel",
"parcel:build": "parcel build",
"parcel:build": "parcel build --public-url ./",
"clean": "rimraf dist .parcel-cache",
"start": "npm-run-all clean parcel:dev",
"build": "npm-run-all clean parcel:build",
Expand Down

0 comments on commit 105668a

Please sign in to comment.