diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..8a31c55 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,26 @@ + + + + + + + https://blogbaster.xyz/ + 2023-02-15T07:20:18+00:00 + + + https://blogbaster.xyz/api/podcasts/hobbits/rss + 2023-02-15T07:20:18+00:00 + + + https://blogbaster.xyz/api/podcasts/lets-go/rss" + 2023-02-15T07:20:18+00:00 + + + https://blogbaster.xyz/api/podcasts/like-to-listen/rss + 2023-02-15T07:20:18+00:00 + + \ No newline at end of file diff --git a/src/app/head.tsx b/src/app/head.tsx index 1318406..4db5756 100644 --- a/src/app/head.tsx +++ b/src/app/head.tsx @@ -5,6 +5,28 @@ export default function Head() { + + + + + + + + + + + + + + + + + + + + + + ) } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3e8060a..d093c00 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,7 +6,7 @@ export default function RootLayout({ children: React.ReactNode }) { return ( - + @@ -14,4 +14,4 @@ export default function RootLayout({ {children} ) -} +} \ No newline at end of file