Browse Source

Remove public url from build script

master
Luke Childs 2 years ago
parent
commit
34b9cafcb4
  1. 2
      website/package.json

2
website/package.json

@ -8,7 +8,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "parcel index.html", "dev": "parcel index.html",
"build": "parcel build index.html --public-url https://dogeseed.com" "build": "parcel build index.html"
}, },
"dependencies": { "dependencies": {
"@fontsource/comic-neue": "^4.5.10", "@fontsource/comic-neue": "^4.5.10",

Loading…
Cancel
Save