Packages

LinkPreview is a package that tries to receive meta information from given http(s) address. Generated page struct includes website title, description, images and more.

Current section

Files

Jump to
link_preview config config.exs
Raw

config/config.exs

use Mix.Config
if File.exists?("config/#{Mix.env}.exs") do
import_config "#{Mix.env}.exs"
end