Browse Source

Set public URL

This is so we use absolute URLs which are required for og:image and other meta links
offline-use
Luke Childs 6 years ago
parent
commit
0a5965d356
  1. 2
      website/package.json

2
website/package.json

@ -9,7 +9,7 @@
"private": true,
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html"
"build": "parcel build index.html --public-url https://dogeseed.com"
},
"devDependencies": {
"parcel-bundler": "^1.11.0"

Loading…
Cancel
Save