From fa1c8975e1fc2ae3eb282d0561d1109806c1a8e9 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 4 Apr 2021 00:01:00 +0100 Subject: [PATCH] Enable publishing of .well-known directory --- config.yml => _config.yml | 1 + 1 file changed, 1 insertion(+) rename config.yml => _config.yml (73%) diff --git a/config.yml b/_config.yml similarity index 73% rename from config.yml rename to _config.yml index 03e7f51..25e75f0 100644 --- a/config.yml +++ b/_config.yml @@ -1,2 +1,3 @@ name: Demo Site | Matthew Grove title: Demo Site | Matthew Grove +include: [".well-known"] \ No newline at end of file