delete console logs and udpdate rss feed

This commit is contained in:
Juan Carlos Manzanero Domínguez
2024-07-01 13:03:32 -06:00
parent 9441e58da6
commit 60136383ef
3 changed files with 1 additions and 5 deletions

View File

@@ -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.",