File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { EleventyHtmlBasePlugin } from "@11ty/eleventy" ;
2- import feedPlugin from "@11ty/eleventy-plugin-rss" ;
2+ import feedPlugin , { dateToRfc3339 } from "@11ty/eleventy-plugin-rss" ;
33import YAML from 'yaml' ;
44import { browsers , features as initialFeatures , groups } from "web-features" ;
55import bcd from "@mdn/browser-compat-data" with { type : "json" } ;
@@ -79,7 +79,7 @@ export default async function (eleventyConfig) {
7979 eleventyConfig . addPlugin ( EleventyHtmlBasePlugin ) ;
8080 eleventyConfig . addPlugin ( feedPlugin ) ;
8181
82- eleventyConfig . addLiquidFilter ( "dateToRfc3339" , feedPlugin . dateToRfc3339 ) ;
82+ eleventyConfig . addLiquidFilter ( "dateToRfc3339" , dateToRfc3339 ) ;
8383
8484 eleventyConfig . addFilter ( "prettyUrlForAdditionalDiscouragedInfo" , function ( value ) {
8585 const ghPrefix = "https://github.com/" ;
You can’t perform that action at this time.
0 commit comments