remove trailing comma

This commit is contained in:
Wouter Groeneveld 2022-11-12 10:15:19 +01:00
parent 9e02548736
commit eec3c9da6d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"compile": "hugo --cleanDestinationDir --destination docs",
"predeploy": "/usr/local/bin/pagefind --source docs",
"deploy": "rsync --archive --delete docs/ /var/www/brainbaking/",
"postdeploy": "node hooks/postdeploy.js",
"postdeploy": "node hooks/postdeploy.js"
},
"repository": {
"type": "git",