From 3a4de6a74d7fa41b15f22bdd7164e9a2ca2d1d85 Mon Sep 17 00:00:00 2001 From: joker Date: Wed, 15 Feb 2023 10:22:16 +0300 Subject: [PATCH] new file: public/sitemap.xml modified: src/app/head.tsx modified: src/app/layout.tsx --- public/sitemap.xml | 26 ++++++++++++++++++++++++++ src/app/head.tsx | 22 ++++++++++++++++++++++ src/app/layout.tsx | 4 ++-- 3 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 public/sitemap.xml 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