diff options
author | Anthony Wang | 2024-12-03 23:58:49 -0500 |
---|---|---|
committer | Anthony Wang | 2024-12-03 23:58:49 -0500 |
commit | dac34b96c73c4811bc2022107c311c2b17894f2b (patch) | |
tree | 72eb4d4e62e047528524b6e6e2032d7aaa97ea5a | |
parent | 6c7c3f5a90ecec1eb8c019c0ce50075e39c39741 (diff) |
More descriptive comment in config.toml about ignoring static
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 9460ff1..07104d6 100644 --- a/config.toml +++ b/config.toml @@ -60,7 +60,7 @@ theme = 'gokarna' [minify] minifyOutput = true -# Speed up builds on XVM which has a slow btrfs disk so delete and COW is way faster +# Speed up builds on XVM by manually copying static instead of Hugo syncing it [[module.mounts]] source = 'static' target = 'static' |