mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git
build: add mount for node_modules to assetsSigned-off-by: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
config/_default/module.toml @@ -1,2 +1,10 @@ [hugoVersion] min = "0.160.0" [[mounts]] source = 'node_modules' target = 'assets' [[mounts]] source = 'assets' target = 'assets'