Skip to content

Commit

Permalink
fix: build absolute open graph urls
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Jan 26, 2024
1 parent bfc4696 commit 8a9f545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"scripts": {
"start": "parcel static/index.html",
"build": "parcel build static/index.html"
"build": "parcel build static/index.html --public-url https://vis.ordbokapi.org"
}
}
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/>
<meta
property="og:image"
content="https://vis.ordbokapi.org/images/ordbokapi-vis-client-open-graph.png"
content="images/ordbokapi-vis-client-open-graph.png"
/>
<meta property="og:image:alt" content="Ordbok API Vis-klient logo" />
<meta property="og:image:width" content="1200" />
Expand Down

0 comments on commit 8a9f545

Please sign in to comment.