Skip to content

Commit

Permalink
Remove override for astro-purgecss
Browse files Browse the repository at this point in the history
That was what was causing the issue all along.
  • Loading branch information
Southpaw1496 committed Dec 28, 2024
1 parent 7c0f577 commit 339572d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"@tsndr/cloudflare-worker-jwt": "^3.1.3",
"astro-compress": "^2.3.5",
"astro-icon": "^1.1.5",
"astro-purgecss": "5.0.0",
"semver-sort": "^1.0.0",
"xml-js": "^1.6.11"
},
"pnpm": {
"overrides": {
"@iconify/tools": "^4.0.0",
"astro-purgecss@>=4.5.0": "4.4.0"
"@iconify/tools": "^4.0.0"
}
},
"engines": {
Expand Down
35 changes: 34 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 339572d

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages:

Please sign in to comment.