delete console logs and udpdate rss feed
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user