Skip to content

Commit 4bc5995

Browse files
committed
Fix kickstarter API regression
1 parent ff21b37 commit 4bc5995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_data/kickstarterStats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ export default async function () {
44
const url = "https://11ty.github.io/kickstarter-api/build-awesome-pro.json";
55
return Fetch(url, {
66
type: "json",
7-
duration: "15m",
7+
duration: "5m",
88
});
99
}

0 commit comments

Comments
 (0)