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 {