mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
yesterday 4f04feb6c5733efe02f85cd96df7c0778737d14b
build: add mount for node_modules to assets

Signed-off-by: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
1 files modified
8 ■■■■■ changed files
config/_default/module.toml 8 ●●●●● patch | view | raw | blame | history
config/_default/module.toml
@@ -1,2 +1,10 @@
[hugoVersion]
min = "0.160.0"
[[mounts]]
source = 'node_modules'
target = 'assets'
[[mounts]]
source = 'assets'
target = 'assets'