Merge branch 'develop' into feature/import-helper

This commit is contained in:
pietervdvn 2022-01-18 21:27:11 +01:00
commit 612b8136ad
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@ import {Utils} from "../Utils";
export default class Constants {
public static vNumber = "0.14.1-alpha";
public static vNumber = "0.14.1";
public static ImgurApiKey = '7070e7167f0a25a'
public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85"

View file

@ -55,6 +55,7 @@ cd dist
echo -e "Fixing social images..."
for file in $(ls *.html)
do
echo "Hi!"
# sed -i 's!<meta content="\([^"]\+\)" property="og:image">!<meta content="./\1" property="og:image">!' $file
# sed -i 's!<meta property="og:image" content="\([^"]\+\)">!<meta content="./\1" property="og:image">!' $file
done