From e0962166e61255bcaa87804711d9011c41ea19ac Mon Sep 17 00:00:00 2001 From: Thomas Kunwar <20840228+yathomasi@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:02:42 +0545 Subject: [PATCH] fix: update blog domain --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 6f80069704..0d98ec7042 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -50,7 +50,7 @@ const plugins = [ { resolve: `gatsby-source-rss-feed`, options: { - url: `https://iterative.ai/blog/rss.xml`, + url: `https://datachain.ai/blog/rss.xml`, name: `IterativeBlog` } },