domain update
authorAidan Cornelius-Bell <aidan@cornelius-bell.com>
Thu, 3 Oct 2024 21:40:20 +0000 (07:10 +0930)
committerAidan Cornelius-Bell <aidan@cornelius-bell.com>
Thu, 3 Oct 2024 21:40:20 +0000 (07:10 +0930)
app/views/pubview/index.html.erb
config/environments/production.rb
config/initializers/devise.rb

index 30e64bb2d0e03129b1b3aa5caea8842a3620f5b4..22e181efda63771e1ba9a05f268daf65a808a7c1 100644 (file)
@@ -1,6 +1,6 @@
 <div class="container">
   <%= 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 %>
   <h1 class="header">mind reader</h1>
   <p class="subheading"><small>Aidan’s anti-capitalist posting and sharing project</small></p> 
index 08e1b88cccf5386da78092ab93af8dcc85dd964e..5620a094f7311352d204019ddb8d66dd4d47d03e 100644 (file)
@@ -88,7 +88,7 @@ Rails.application.configure do
     enable_starttls:      true
   }
   config.action_mailer.default_options = {
-    from: "mind reader <mr@acb.boo>"
+    from: "mind reader <mr@mndrdr.org>"
   }
   config.action_mailer.default_url_options = { 
     host: 'mndrdr.org'
index 3ac607bef72a59f3d4ecf45b26aba25d552b9519..163cc28f67e623110064828898a48e9ded26078c 100644 (file)
@@ -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 <mr@acb.boo>'
+  config.mailer_sender = 'Mind Reader <mr@mndrdr.org>'
 
   # Configure the class responsible to send e-mails.
   # config.mailer = 'Devise::Mailer'