Skip to content

Commit fcf55d1

Browse files
committed
fix(email): Include real domain with CSS styles too - they don't seem to be applied in the final email without it, so I figure this won't hurt.
1 parent 8fe9d69 commit fcf55d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/src/email/digestEmail.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<head>
33
<title>Digest Email</title>
4-
<link rel="stylesheet" type="text/css" href="email/style.css" />
4+
<link rel="stylesheet" type="text/css" href="https://mapletestimony.org/email/style.css" />
55
</head>
66

77
<body style="background: white; width: 600px; min-height: 80vh; font-family: 'Nunito';

0 commit comments

Comments
 (0)