1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:46:39 -04:00

add empty manifest.json so Hugo doesn't fail when it isn't populated yet

This commit is contained in:
2021-07-03 11:02:50 -04:00
parent 2e5405b9ac
commit b61ffd3629
4 changed files with 7 additions and 6 deletions

3
data/manifest.json Normal file
View File

@ -0,0 +1,3 @@
{
"//": "This file will be overwritten by Webpack, but Hugo will fail to wait for that to happen if it doesn't exist at first."
}