From 01622d7206e9612e7efdef1048c415d062faa3c5 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Fri, 8 Jul 2022 14:38:56 -0700 Subject: [PATCH] Add missing IndieAuth endpoint --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index f6666fd..0d42364 100644 --- a/config.toml +++ b/config.toml @@ -22,6 +22,7 @@ disableKinds = ["taxonomy", "term"] dark = "auto" highlight = false icon = "/favicon.svg" + indieAuth = "https://indielogin.com/auth" [frontmatter] lastmod = ['lastmod', ':git', 'date', 'publishDate']