Skip to content

Commit eefccf2

Browse files
authored
Fix order of _static directories. Last wins. (plone#1442)
Fix broken search.
1 parent 38be3c7 commit eefccf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
]
140140

141141
html_static_path = [
142-
"_static",
143142
"volto/_static",
143+
"_static",
144144
]
145145

146146
# -- Options for myST markdown conversion to html -----------------------------

0 commit comments

Comments
 (0)