From 18aec272c94bbb92dc3bc9ff2160a1067f0da6c1 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 24 Jan 2022 09:59:54 +0100 Subject: [PATCH] include .well-known --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index 0867be6..bd5cc7b 100644 --- a/_config.yml +++ b/_config.yml @@ -75,3 +75,6 @@ exclude: - "*cache*/" - "node*/" +include : + - .well-known + -- 2.30.2