Skip to content

Commit a072a13

Browse files
committed
Use correct purgecss conf
1 parent 7febce8 commit a072a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

purgecss.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
content: ["./_site/**/*.html"],
3-
css: ["./_site/css/site.css"],
3+
css: ["./_site/assets/css/style.css"],
44
defaultExtractor: content => content.match(/[\w-/.:]+(?<!:)/g) || []
55
};

0 commit comments

Comments
 (0)