We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbeb774 commit 38dfca4Copy full SHA for 38dfca4
src/components-build-defaults.js
@@ -37,7 +37,7 @@ module.exports = {
37
rss: { // RSS feed
38
title: 'Tachyons Recent Components',
39
categories: ['CSS', 'Functional CSS'], // Categories this feed belongs to
40
- ttl: 0, // Number of mins feed can be cached
+ ttl: 60, // Number of mins feed can be cached
41
path: 'components/rss.xml', // target location of feed (sync head.html)
42
count: 20, // how many in feed
43
},
0 commit comments