Skip to content

Commit

Permalink
Redirect from the default splash page to the SeaGL website
Browse files Browse the repository at this point in the history
workaround for #27
  • Loading branch information
AndrewKvalheim committed Nov 13, 2020
1 parent 86a03a3 commit c3cee37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/controllers/conferences_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ def index
default_splashpage = Splashpage.find_by show_by_default: true, public: true
return unless default_splashpage

redirect_to conference_path(default_splashpage.conference.short_title)
# FIXME: Make configurable.
redirect_to 'https://seagl.org/'
# redirect_to conference_path(default_splashpage.conference.short_title)
end

def show; end
Expand Down

0 comments on commit c3cee37

Please sign in to comment.