Skip to content

Commit e8ee771

Browse files
tonyrobertscjw296
authored andcommitted
Remove PLUGINS from pelicanconf.py
The pelican-webassets plugin is now configured automatically and explicitly listing it as a plugin causes the build to fail.
1 parent 1804dd7 commit e8ee771

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pelicanconf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
'extra'
4040
]
4141

42-
PLUGINS = [
43-
'pelican_webassets'
44-
]
45-
4642
EXTRA_PATH_METADATA = {
4743
'extra/CNAME': {'path': 'CNAME'}
4844
}

0 commit comments

Comments
 (0)