diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 8f5eecf..07d85df 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -46,7 +46,7 @@ export default function Footer() { variant="link" className="flex flex-col justify-center" > - + RSS feed diff --git a/src/content/portfolio/build-a-fullstack-app.mdx b/src/content/portfolio/build-a-fullstack-app.mdx index 0c71a3d..229a2bf 100644 --- a/src/content/portfolio/build-a-fullstack-app.mdx +++ b/src/content/portfolio/build-a-fullstack-app.mdx @@ -753,7 +753,6 @@ export default function EditPost(props: TPostProps) { }), }); const json = await res.json(); - console.log(json); if (!res.ok) { toast(json.message); diff --git a/src/pages/rss.xml.ts b/src/pages/rss.xml.ts index 34c45bb..dcd7970 100644 --- a/src/pages/rss.xml.ts +++ b/src/pages/rss.xml.ts @@ -35,7 +35,6 @@ export async function GET(context: any) { for await (const img of images) { const src = img.getAttribute("src")!; - console.log(src); if (src.startsWith("@/")) { const prefixRemoved = src.replace("@/", ""); @@ -112,8 +111,6 @@ export async function GET(context: any) { }); } - console.log(items); - return rss({ title: "juancmandev", description: "Welcome to my domain, stranger.",