chore: updated default examples ce546a90
Steve Simkins · 2026-07-05 23:00 1 file(s) · +5 −0
static/app.js +5 −0
34 34
      url: "https://www.youtube.com/feeds/videos.xml?channel_id=UC2Kyj04yISmHr1V-UlJz4eg",
35 35
      favicon: "https://www.youtube.com/favicon.ico",
36 36
  },
37 +
  {
38 +
    title: "Art Calendar",
39 +
    url: "https://easel.stevedylan.dev/feed.xml",
40 +
    favicon: "https://easel.stevedylan.dev/static/favicon.ico"
41 +
  }
37 42
];
38 43
39 44
function fallbackFavicon(feedURL) {