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', });