Skip to content

Commit 01be8c8

Browse files
authored
Remove www from email links (#5013)
1 parent 69c4891 commit 01be8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
config.eager_load = true
1414

1515
routes.default_url_options[:host] = 'humanessentials.app'
16-
config.action_mailer.default_url_options = { host: "www.humanessentials.app" }
16+
config.action_mailer.default_url_options = { host: "humanessentials.app" }
1717
config.action_mailer.delivery_method = :smtp
1818
config.action_mailer.smtp_settings = {
1919
address: 'smtp.sendgrid.net',

0 commit comments

Comments
 (0)