I prefer to checkin the cache of the resources downloaded from the internet via getCSV and getJSON along with the source code (just like resources) and therefore had set the cache directory to be cache via config.json
cacheDir: cache
Even after clearing the directory created with hugo 0.50, I get the following error:
Error: failed to create file caches from configuration: "cache/atishay.me" must resolve to an absolute directory
Is there a way to have a relative cacheDir in hugo 0.52+?