Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cesium/cesium.link into sf/…
Browse files Browse the repository at this point in the history
…error-pages
  • Loading branch information
MarioRodrigues10 committed Sep 16, 2024
2 parents dcf2ea4 + c1a317b commit a923a8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ config :cesium_link, CesiumLinkWeb.Endpoint,
http: [ip: {127, 0, 0, 1}, port: 4000],
check_origin: false,
code_reloader: true,
<<<<<<< HEAD
debug_errors: false,
=======
debug_errors: true,
>>>>>>> d2c5d93 (feat: cesium.link 2.0 (#71))
secret_key_base: "6u3rGnb0UXmh9e8TXewRiiEYUFNvzvvgHTrDY0EqxJq7t44sm8gVtVO9+7AfQtQV",
watchers: [
esbuild: {Esbuild, :install_and_run, [:cesium_link, ~w(--sourcemap=inline --watch)]},
Expand Down
4 changes: 0 additions & 4 deletions lib/cesium_link_web/controllers/error_html.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ defmodule CesiumLinkWeb.ErrorHTML do
# * lib/cesium_link_web/controllers/error_html/404.html.heex
# * lib/cesium_link_web/controllers/error_html/500.html.heex
#
<<<<<<< HEAD
embed_templates "error_html/*"
=======
# embed_templates "error_html/*"
>>>>>>> d2c5d93 (feat: cesium.link 2.0 (#71))

# The default is to render a plain text page based on
# the template name. For example, "404.html" becomes
Expand Down

0 comments on commit a923a8a

Please sign in to comment.