From: Aidan Cornelius-Bell Date: Thu, 3 Oct 2024 21:40:20 +0000 (+0930) Subject: domain update X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=306f64064821e1bc7b9aeeea7c30dd6d6f629baf;p=arelpe.git domain update --- diff --git a/app/views/pubview/index.html.erb b/app/views/pubview/index.html.erb index 30e64bb..22e181e 100644 --- a/app/views/pubview/index.html.erb +++ b/app/views/pubview/index.html.erb @@ -1,6 +1,6 @@
<%= link_to root_path do %> - <%= image_tag "icon-512.png", class: "logo", alt: "Arelpe logo" %> + <%= image_tag "icon-512.png", class: "logo", alt: "mind reader logo" %> <% end %>

mind reader

Aidan’s anti-capitalist posting and sharing project

diff --git a/config/environments/production.rb b/config/environments/production.rb index 08e1b88..5620a09 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -88,7 +88,7 @@ Rails.application.configure do enable_starttls: true } config.action_mailer.default_options = { - from: "mind reader " + from: "mind reader " } config.action_mailer.default_url_options = { host: 'mndrdr.org' diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb index 3ac607b..163cc28 100644 --- a/config/initializers/devise.rb +++ b/config/initializers/devise.rb @@ -24,7 +24,7 @@ Devise.setup do |config| # Configure the e-mail address which will be shown in Devise::Mailer, # note that it will be overwritten if you use your own mailer class # with default "from" parameter. - config.mailer_sender = 'Mind Reader ' + config.mailer_sender = 'Mind Reader ' # Configure the class responsible to send e-mails. # config.mailer = 'Devise::Mailer'