aboutsummaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 71046bb..1bf7701 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -13,7 +13,7 @@ OUTPUT_SOURCES_EXTENSION = '.raw'
SLUGIFY_SOURCE = 'basename'
PATH = '.'
-STATIC_PATHS = ['static']
+STATIC_PATHS = ['static', '.well-known']
ARTICLE_PATHS = ['posts']
PAGE_PATHS = ['pages']
PLUGIN_PATHS = ['plugins']