delete console logs and udpdate rss feed
This commit is contained in:
parent
9441e58da6
commit
60136383ef
@ -46,7 +46,7 @@ export default function Footer() {
|
||||
variant="link"
|
||||
className="flex flex-col justify-center"
|
||||
>
|
||||
<a target="_blank" href="https://juancman.dev/rss.xml">
|
||||
<a target="_blank" href="https://www.juancman.dev/rss.xml">
|
||||
<RssIcon className="w-6" />
|
||||
RSS feed
|
||||
</a>
|
||||
|
@ -753,7 +753,6 @@ export default function EditPost(props: TPostProps) {
|
||||
}),
|
||||
});
|
||||
const json = await res.json();
|
||||
console.log(json);
|
||||
|
||||
if (!res.ok) {
|
||||
toast(json.message);
|
||||
|
@ -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.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user