Skip to content

Commit

Permalink
Redirect sitemap.xml to FOG_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Nov 1, 2024
1 parent 19f7908 commit 06b73b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
Rails.application.routes.draw do
mount Sidekiq::Web => "sidekiq"

get '/sitemap.xml', to: redirect(ENV["FOG_URL"])
get "/robots.txt" => "static#robots"

root "gemmies#index"
Expand Down

0 comments on commit 06b73b2

Please sign in to comment.