Skip to content

Commit

Permalink
Merge pull request #12 from CloudCannon/fix/hugo-resources
Browse files Browse the repository at this point in the history
Split hugo resources into two recommendations
  • Loading branch information
bglw authored Aug 29, 2024
2 parents b1dbbeb + 6837635 commit 92d44b0
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 92d44b0

Please sign in to comment.