diff --git a/pelicanconf.py b/pelicanconf.py index a0d15fc..d13b0ac 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -10,7 +10,7 @@ THEME = './theme' THEME_STATIC_PATHS = [join(dirname(abspath(__file__)), 'website/theme/static')] THEME_TEMPLATES_OVERRIDES = ['./website/theme/templates'] -WEBASSET_SOURCE_PATHS = ['static'] +WEBASSETS_SOURCE_PATHS = ['static'] PATH = 'content'