mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
c9d4a97433
This change is causing double font loading due to CSS loading without a `dpl` while they are preloaded with a `dpl` param. Reverting until a proper fix can be implemented. Reverts: - #82384 - #82488