From a24448b2da528c5cd262500bdba732d2f6406d5b Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 11 Mar 2026 16:34:58 -0500 Subject: [PATCH] Rebrand to AmmoCPR with ammocpr.com domain --- config/runtime.exs | 2 +- lib/ammoprices_web/components/layouts.ex | 2 +- lib/ammoprices_web/components/layouts/root.html.heex | 2 +- lib/ammoprices_web/live/home_live.ex | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/runtime.exs b/config/runtime.exs index 859ea6a..74ef18b 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -44,7 +44,7 @@ if config_env() == :prod do You can generate one by calling: mix phx.gen.secret """ - host = System.get_env("PHX_HOST") || "example.com" + host = System.get_env("PHX_HOST") || "ammocpr.com" config :ammoprices, Ammoprices.Repo, # ssl: true, diff --git a/lib/ammoprices_web/components/layouts.ex b/lib/ammoprices_web/components/layouts.ex index 6c8e759..98db43d 100644 --- a/lib/ammoprices_web/components/layouts.ex +++ b/lib/ammoprices_web/components/layouts.ex @@ -39,7 +39,7 @@ defmodule AmmopricesWeb.Layouts do