Skip to content

Commit 3ab6f02

Browse files
🐛 no need for manual bg color set
1 parent f747763 commit 3ab6f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/lib/postbuild.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ async function postBuild() {
209209
try {
210210
const htmlFiles = await findHtmlFiles(CONFIG.targetDir)
211211

212-
// Execute tasks concurrently but within controlled limits
212+
// execute tasks concurrently
213213
await emptyDuplicateUnoCss(htmlFiles)
214214
await criticalCss(htmlFiles)
215-
await addBackgroundToHtmlTag(htmlFiles)
215+
// await addBackgroundToHtmlTag(htmlFiles)
216216

217217
await markPostBuildRun()
218218

0 commit comments

Comments
 (0)