sass-site/source/source.11tydata.js
Natalie Weizenbaum 0b75958646
Avoid noisy diffs in the shadow repo (#751)
This fixes a few places where site generation was non-deterministic,
causing the shadow repo's HTML output to change with every push.
2023-06-27 13:59:10 -07:00

4 lines
95 B
JavaScript

if (process.env.NODE_ENV === 'production') {
module.exports = {date: 'git Last Modified'};
}