Safelist pre and code blocks
This commit is contained in:
parent
2a725adfa5
commit
a9de117fc6
|
@ -14,6 +14,7 @@ export default defineConfig(({ command, mode, ssrBuild }) => {
|
|||
plugins: [
|
||||
purgecss({
|
||||
content: ["./**/*.html", "./**/*.svelte"],
|
||||
safelist: ["pre", "code"],
|
||||
}),
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue