From 68376351d6a7d3a21348ce3f2ac336507a214bc6 Mon Sep 17 00:00:00 2001 From: George Phillips Date: Thu, 29 Aug 2024 10:17:20 +1200 Subject: [PATCH] Split hugo resources into two recommendations --- src/ssgs/hugo.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ssgs/hugo.js b/src/ssgs/hugo.js index c779a35..62a931a 100644 --- a/src/ssgs/hugo.js +++ b/src/ssgs/hugo.js @@ -118,7 +118,10 @@ export default class Hugo extends Ssg { }; commands.preserved.push({ - value: '.hugo_cache/,resources/', + value: 'resources/', + attribution: 'recommended for speeding up Hugo builds', + }, { + value: '.hugo_cache/', attribution: 'recommended for speeding up Hugo builds', });