<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static stub for /feed.xml. Lovable hosting treats .xml URLs as asset
  lookups, so we cannot use a React route. The actual RSS feed is generated
  dynamically by the `feed` edge function. RSS readers and Google News
  follow the <atom:link rel="self"> below to the canonical edge URL.
-->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MoneyNinja Tips</title>
    <link>https://moneyninja.co/tips</link>
    <description>The canonical RSS feed is served by the feed edge function. Subscribe via the URL below.</description>
    <atom:link
      rel="self"
      type="application/rss+xml"
      href="https://itnivluwmjqqbvxkbxgq.supabase.co/functions/v1/feed?kind=rss&amp;origin=https://moneyninja.co" />
  </channel>
</rss>
