inline the fonts

This commit is contained in:
2021-12-09 13:53:34 +11:00
parent e91a52f1d8
commit e9deeeb4db
2 changed files with 2 additions and 7 deletions

2
deploy
View File

@ -1,5 +1,5 @@
#!/bin/bash
rm -rf dist && nr build
curl https://deploy.arm.adam.id.au/client.mjs > /tmp/client.mjs
curl -q https://deploy.arm.adam.id.au/client.mjs > /tmp/client.mjs
DEPLOY_PATH=dist DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs