From 8462fc40769a66cc9e662010f314f3ced46a2b73 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Sun, 14 Mar 2021 22:00:25 +0000 Subject: [PATCH] --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 3ecac06..a1b954b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,7 +19,7 @@ export default function killTheNewsletter( ): { webApplication: express.Express; emailApplication: SMTPServer } { const webApplication = express(); - webApplication.set("url", "http://localhost:4000"); + webApplication.set("url", "http://leafac.local:4000"); webApplication.set("email", "smtp://localhost:2525"); webApplication.set("administrator", "mailto:kill-the-newsletter@leafac.com"); @@ -101,6 +101,7 @@ export default function killTheNewsletter( padding: 0 1em; margin: 1em auto; text-align: center; + overflow-wrap: break-word; } code {