Skip to content

Commit

Permalink
fix(title): use bitcoin forum as title
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Jan 11, 2025
1 parent a12db6a commit fae4fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ config :epochtalk_server, :frontend_config, %{
ga_key: System.get_env("GA_KEY", "UA-XXXXX-Y"),
revision: nil,
website: %{
title: System.get_env("WEBSITE_TITLE", "Epochtalk Forums"),
title: System.get_env("WEBSITE_TITLE", "Bitcoin Forum"),
description: System.get_env("WEBSITE_DESCRIPTION", "Open source forum software"),
keywords:
System.get_env("WEBSITE_KEYWORDS", "open source, free forum, forum software, forum"),
Expand Down

0 comments on commit fae4fd8

Please sign in to comment.