Skip to content

Commit

Permalink
Base URL on package information
Browse files Browse the repository at this point in the history
Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Nov 20, 2023
1 parent dffede4 commit e7acb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export FONT_NAME=$(name)
export OUTPUT_DIR=$(dest)
export JSON_FILE=$(json_file)
export COPYRIGHT=Copyright (c) $(date '+%Y'), Lukas W
export VENDORURL=https://github.com/lukas-w/font-logos
export VENDORURL=$(shell jq -r .homepage package.json)

all_files=$(font_assets) $(dest)/$(name).css $(dest)/preview.html $(dest)/readme-header.png README.md

Expand Down

0 comments on commit e7acb60

Please sign in to comment.