Skip to content

Commit a923a8a

Browse files
Merge branch 'main' of https://github.com/cesium/cesium.link into sf/error-pages
2 parents dcf2ea4 + c1a317b commit a923a8a

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

config/dev.exs

-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ config :cesium_link, CesiumLinkWeb.Endpoint,
2222
http: [ip: {127, 0, 0, 1}, port: 4000],
2323
check_origin: false,
2424
code_reloader: true,
25-
<<<<<<< HEAD
2625
debug_errors: false,
27-
=======
28-
debug_errors: true,
29-
>>>>>>> d2c5d93 (feat: cesium.link 2.0 (#71))
3026
secret_key_base: "6u3rGnb0UXmh9e8TXewRiiEYUFNvzvvgHTrDY0EqxJq7t44sm8gVtVO9+7AfQtQV",
3127
watchers: [
3228
esbuild: {Esbuild, :install_and_run, [:cesium_link, ~w(--sourcemap=inline --watch)]},

lib/cesium_link_web/controllers/error_html.ex

-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ defmodule CesiumLinkWeb.ErrorHTML do
1313
# * lib/cesium_link_web/controllers/error_html/404.html.heex
1414
# * lib/cesium_link_web/controllers/error_html/500.html.heex
1515
#
16-
<<<<<<< HEAD
1716
embed_templates "error_html/*"
18-
=======
19-
# embed_templates "error_html/*"
20-
>>>>>>> d2c5d93 (feat: cesium.link 2.0 (#71))
2117

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

0 commit comments

Comments
 (0)