From 683258492c62b97089718214b9f6b6e8dd9aaf54 Mon Sep 17 00:00:00 2001 From: Danny Spina Date: Mon, 19 Jun 2023 15:27:14 +0200 Subject: [PATCH] Add hostname to serp --- dist/index.html | 2 +- index.ts | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dist/index.html b/dist/index.html index 0cbe5d2..5e75c4b 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1 +1 @@ - Blaze

Blaze



\ No newline at end of file + Blaze

Blaze



\ No newline at end of file diff --git a/index.ts b/index.ts index 5f92473..8b47cbb 100644 --- a/index.ts +++ b/index.ts @@ -45,6 +45,7 @@ app.get("/", async (req, res) => { results.push(`

${result.title}

+ ${result.meta_url.hostname}

${result.description}

@@ -57,6 +58,10 @@ app.get("/", async (req, res) => { Blaze The Page + ${results.join("")}