Skip to content

Commit

Permalink
Adds atom feed to sample
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Oct 25, 2024
1 parent 818313f commit 97361c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sample.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const AssetCache = saveLocal.AssetCache;
let first = saveLocal("https://www.zachleat.com/img/avatar-2017-big.png", options);
promises.push(first);

promises.push(saveLocal("https://github.com/11ty/eleventy/releases.atom", {
type: "text"
}));

// let second = saveLocal("https://www.zachleat.com/img/avatar-2017-big.png", options);
// promises.push(second);

Expand Down

0 comments on commit 97361c3

Please sign in to comment.