domain fix

This commit is contained in:
2026-07-29 08:23:18 +02:00
parent 59ce21583e
commit 8ca87407b4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ ActiveAdmin.register Software do
filter :highlighted
sidebar "Quick Links", only: :show, priority: 0 do
site_url = ENV.fetch("SITE_URL", "https://teletypegames.hu")
site_url = ENV.fetch("SITE_URL", "https://teletypegames.org")
catalog_url = "#{site_url}/catalog/#{resource.name}"
div style: "margin-bottom:8px;" do
+1 -1
View File
@@ -1,7 +1,7 @@
require "rss"
class RssService
SITE_URL = ENV.fetch("SITE_URL", "https://teletypegames.hu").freeze
SITE_URL = ENV.fetch("SITE_URL", "https://teletypegames.org").freeze
def blog_feed
pages = WikiService.new.pages(tag: "blog", limit: 30)