Skip to content

Commit 89202b0

Browse files
committed
Fix mailto link in dev
1 parent 81703f9 commit 89202b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

development.env.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CANONICAL_HOST=localhost
2-
CONTACT_EMAIL='Example Name <[email protected]>'
3-
FROM_EMAIL='Example Name <[email protected]>'
2+
CONTACT_EMAIL=Example Name <[email protected]>
3+
FROM_EMAIL=Example Name <[email protected]>
44
RECAPTCHA_SITE_KEY=
55
RECAPTCHA_SECRET_KEY=

0 commit comments

Comments
 (0)