Send web mentions in the background

This commit is contained in:
2023-09-24 15:23:39 +10:00
parent a9aa16da8b
commit d9715bf9ac
4 changed files with 31 additions and 12 deletions

View File

@@ -22,7 +22,8 @@ module Adamantium
config.shared_app_component_keys += [
"syndication.dayone",
"renderers.markdown"
"renderers.markdown",
"post_utilities.link_finder"
]
config.assets.manifest_path = Hanami.env == :production ? "public/assets/asset-manifest.json" : nil