Skip to content

Commit

Permalink
fix rss temp feed
Browse files Browse the repository at this point in the history
  • Loading branch information
uuupah authored Feb 7, 2024
1 parent df755da commit dfab73a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ module.exports = function (eleventyConfig) {
for (iframe of iframes) {
console.log(iframe.getAttribute('src'));
}

return content;
})

eleventyConfig.on("eleventy.before", ({ runMode }) => {
Expand Down

0 comments on commit dfab73a

Please sign in to comment.