From 4f04feb6c5733efe02f85cd96df7c0778737d14b Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com> Date: Wed, 15 Apr 2026 07:25:36 +0000 Subject: [PATCH] build: add mount for node_modules to assets --- config/_default/module.toml | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/config/_default/module.toml b/config/_default/module.toml index 955e09c..8caba23 100644 --- a/config/_default/module.toml +++ b/config/_default/module.toml @@ -1,2 +1,10 @@ [hugoVersion] -min = "0.160.0" \ No newline at end of file +min = "0.160.0" + +[[mounts]] +source = 'node_modules' +target = 'assets' + +[[mounts]] +source = 'assets' +target = 'assets' \ No newline at end of file -- Gitblit v1.10.0