Browse Source

Set public URL

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

2
website/package.json

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

Loading…
Cancel
Save