diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.toml b/config.toml index aa24969..9460ff1 100644 --- a/config.toml +++ b/config.toml @@ -59,3 +59,9 @@ theme = 'gokarna' [minify] minifyOutput = true + +# Speed up builds on XVM which has a slow btrfs disk so delete and COW is way faster +[[module.mounts]] +source = 'static' +target = 'static' +excludeFiles = '*' |