Skip to content

Commit

Permalink
Set public URL
Browse files Browse the repository at this point in the history
This is so we use absolute URLs which are required for og:image and other meta links
  • Loading branch information
lukechilds committed Mar 5, 2019
1 parent 11bee77 commit 0a5965d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 0a5965d

Please sign in to comment.