themeing, resume route

This commit is contained in:
2022-04-28 16:04:43 +02:00
parent 9d8fad95d3
commit 5e485fd88f
12 changed files with 649 additions and 20 deletions

View File

@ -12,7 +12,7 @@ config :homepage,
# Configures the endpoint
config :homepage, HomepageWeb.Endpoint,
url: [host: "localhost"],
url: [host: "www.rdiedri.ch"],
render_errors: [view: HomepageWeb.ErrorView, accepts: ~w(html json), layout: false],
pubsub_server: Homepage.PubSub,
live_view: [signing_salt: "Ws4ex2xq"]