What is the default path for downloading dependency modules in hugo mod?
See https://gohugo.io/configuration/caches. The default configuration is:
[caches.modules]
dir = ':cacheDir/modules'
The value of the :cacheDir
token is described here:
https://gohugo.io/configuration/all/#cache-directory
1 Like
Thank you! I found it in $HOME/.cache dir.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.