mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Safelist pre and code blocks
This commit is contained in:
@@ -14,6 +14,7 @@ export default defineConfig(({ command, mode, ssrBuild }) => {
|
|||||||
plugins: [
|
plugins: [
|
||||||
purgecss({
|
purgecss({
|
||||||
content: ["./**/*.html", "./**/*.svelte"],
|
content: ["./**/*.html", "./**/*.svelte"],
|
||||||
|
safelist: ["pre", "code"],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user