livebook/lib/livebook_web
Frank Hunleth 3131610ad8
Fix error when specifying custom learn notebooks (#1570)
This fixes the following error:

```
07:18:26.178 [error] #PID<0.2236.0> running LivebookWeb.Endpoint (connection #PID<0.2226.0>, stream id 6) terminated
Server: localhost:8080 (http)
Request: GET /
** (exit) an exception was raised:
    ** (ArgumentError) expected a path starting with a single / but got "data:image/svg+xml;base64,PD94bWwgdmVyc2lv..."
        (phoenix 1.6.15) lib/phoenix/endpoint/supervisor.ex:311: Phoenix.Endpoint.Supervisor.raise_invalid_path/1
        (phoenix 1.6.15) lib/phoenix/config.ex:65: Phoenix.Config.cache/3
        (livebook 0.8.0) lib/phoenix/endpoint.ex:597: LivebookWeb.Endpoint.static_path/1
        (livebook 0.8.0) lib/livebook_web/live/learn_helpers.ex:15: anonymous fn/2 in LivebookWeb.LearnHelpers.notebook_card/1
        (livebook 0.8.0) /Users/fhunleth/git/livebook-dev/livebook/lib/livebook_web/live/home_live.ex:119: LivebookWeb.HomeLive.render/1
        (elixir 1.14.2) lib/enum.ex:1780: Enum."-map_reduce/3-lists^mapfoldl/2-0-"/3
```
2022-12-10 12:46:56 +01:00
..
channels
controllers Improve authentication form feedback for the user (#1543) 2022-11-22 14:56:42 -03:00
helpers
live Fix error when specifying custom learn notebooks (#1570) 2022-12-10 12:46:56 +01:00
plugs Base url path configuration variable (#1549) 2022-11-29 23:34:38 +01:00
templates Format 2022-11-29 23:35:35 +01:00
views Unify several forms in the application (#1392) 2022-09-05 23:59:13 +02:00
endpoint.ex Make configs consistent 2022-11-10 16:04:53 +01:00
helpers.ex
iframe_endpoint.ex
router.ex Use with: :clear_session on bad CSRF tokens 2022-11-22 16:38:49 +01:00
telemetry.ex