Skip to content

Commit

Permalink
refactor: change link
Browse files Browse the repository at this point in the history
  • Loading branch information
otariidae committed Mar 22, 2024
1 parent 60f644e commit 47ec5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ function buildFeed(entries: Iterable<Entry>) {
title: "はてなブログ企業技術ブログTrending",
description:
"はてなブログの企業技術ブログ(https://hatena.blog/dev)のTrendingの非公式フィード",
id: "https://otariidae.github.io/hatena-blog-dev-trending-feed/",
link: "https://otariidae.github.io/hatena-blog-dev-trending-feed/",
id: "https://github.com/otariidae/hatena-blog-dev-trending-feed",
link: "https://github.com/otariidae/hatena-blog-dev-trending-feed",
language: "ja",
copyright: "",
});
Expand Down

0 comments on commit 47ec5a8

Please sign in to comment.