<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://portfolio-blog-starter.vercel.app</link>
        <description>This is my portfolio RSS feed</description>
        <item key="0">
          <title>Next.js App Router vs. Page Router: A Comparative Analysis</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/nextjs-app-router-vs-page-router</link>
          <description>The App Router and Page Router are two different ways to handle routing and data fetching in Next.js applications. The Page Router is based on a file-based structure, while the App Router uses a component-based structure. The App Router offers more flexibility with data fetching and is better suited for complex routing scenarios</description>
          <pubDate>Wed, 18 Sep 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>