bad comma
This commit is contained in:
parent
72e7a290f1
commit
10cf8ad517
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ This of course comes at the cost of some amount of performance as blocking the b
|
|||
|
||||
We can mitigate this a bit by adding `blocking="render"` to the script instead of having the script be fully blocking but this is still not ideal.
|
||||
|
||||
For the curious read, [this](https://csswizardry.com/2024/08/blocking-render-why-whould-you-do-that/) for more info on what `blocking="render"` does.
|
||||
For the curious read [this](https://csswizardry.com/2024/08/blocking-render-why-whould-you-do-that/) for more info on what `blocking="render"` does.
|
||||
|
||||
## A CSS Only Solution
|
||||
|
||||
|
|
Loading…
Reference in a new issue