From 47d0d62dd46f2337b7c180864e6a7e4f0e944155 Mon Sep 17 00:00:00 2001 From: Cat Date: Mon, 4 Dec 2023 14:31:21 +0100 Subject: [PATCH] Submitted plugin: eleventy-auto-cache-buster --- src/_data/plugins/eleventy-auto-cache-buster.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/_data/plugins/eleventy-auto-cache-buster.json diff --git a/src/_data/plugins/eleventy-auto-cache-buster.json b/src/_data/plugins/eleventy-auto-cache-buster.json new file mode 100644 index 0000000000..77ceecccc7 --- /dev/null +++ b/src/_data/plugins/eleventy-auto-cache-buster.json @@ -0,0 +1,5 @@ +{ + "npm": "eleventy-auto-cache-buster", + "author": "Denperidge", + "description": " A content-hash based cache buster, not requiring any filters or code changes aside from enabling the plugin!" +}