Skip to content

Commit a9723be

Browse files
Updating Twitter plugin to cache for 100 years
1 parent 07b682a commit a9723be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eleventy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export default async (config) => {
100100
twitter: {
101101
options: {
102102
cacheText: true,
103+
cacheDuration: "100y",
103104
},
104105
},
105106
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"concurrently": "^7.6.0",
5656
"css-what": "^6.1.0",
5757
"dotenv": "^16.0.2",
58-
"eleventy-plugin-embed-everything": "^1.19.0",
58+
"eleventy-plugin-embed-everything": "^1.20.0",
5959
"eleventy-plugin-reading-time": "0.0.1",
6060
"eleventy-plugin-images-responsiver": "^3.0.0",
6161
"eleventy-plugin-seo": "aarongustafson/eleventy-plugin-seo#develop",

0 commit comments

Comments
 (0)