diff options
author | Jordan Bracco <href@random.sh> | 2025-06-26 19:17:52 +0200 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2025-06-26 19:17:52 +0200 |
commit | d288cfefca08ec880ee01983a176ffea91c6b929 (patch) | |
tree | 75edae9195a2465411252cfb6cdcd736583d6742 /config | |
parent | link: html: reverse meta tags order to original (diff) |
floki: use fast_html
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 35ea22f..6468a16 100644 --- a/config/config.exs +++ b/config/config.exs @@ -84,6 +84,8 @@ config :nola, Nola.Plugins.Link, "Nola.Plugins.Link.ImgDebridLink": [] ] +config :floki, :html_parser, Floki.HTMLParser.FastHtml + # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. import_config "#{Mix.env()}.exs" |