Skip to content

Commit f29d8a4

Browse files
authored
Update README.md
1 parent 458f043 commit f29d8a4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ module.exports = {
1717
{
1818
resolve: 'gatsby-plugin-purify-css'
1919
options: {
20-
purifyOptions: { /* ... */ }
20+
/* Defaults */
21+
styleId: 'gatsby-inlined-css',
22+
purifyOptions: {
23+
info: true,
24+
minify: true
25+
}
2126
}
2227
}
2328
]

0 commit comments

Comments
 (0)