From 93b99aa1138a78111fbece379daba0b4c49abb18 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Tue, 22 Dec 2020 19:43:17 +0000 Subject: [PATCH] Fix https://github.com/leafac/kill-the-newsletter.com/issues/34 --- index.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.ts b/index.ts index b3cd57b..3cc0623 100644 --- a/index.ts +++ b/index.ts @@ -164,24 +164,24 @@ function layout(content: string): string { rel="icon" type="image/png" sizes="32x32" - href="/favicon-32x32.png" + href="${BASE_URL}/favicon-32x32.png" /> - - + +
-

Kill the Newsletter!

+

Kill the Newsletter!

Convert email newsletters into Atom feeds

Convert email newsletters into Atom feeds

@@ -196,8 +196,8 @@ function layout(content: string): string { ยท Report an Issue

- - + + `.trim(); @@ -205,7 +205,7 @@ function layout(content: string): string { function newInbox(): string { return html` -
+