Skip to content

Commit

Permalink
Recommend .cache preserved path for 11ty
Browse files Browse the repository at this point in the history
  • Loading branch information
rycoll committed Oct 8, 2024
1 parent 9d44bc1 commit fab4fb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ssgs/eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ export default class Eleventy extends Ssg {
value: '_site',
attribution: 'most common for 11ty sites',
});
commands.preserved.unshift({
value: '.cache',
attribution: 'most common for 11ty sites',
});

return commands;
}
Expand Down

0 comments on commit fab4fb4

Please sign in to comment.