Skip to content

Commit

Permalink
Split hugo resources into two recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudCannonGeorge committed Aug 28, 2024
1 parent 75a7768 commit 6837635
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ssgs/hugo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});

Expand Down

0 comments on commit 6837635

Please sign in to comment.