docs: fix example typo for migration-versioned-sites.mdx (#10717)
Some checks are pending
Argos CI / take-screenshots (push) Waiting to run
Build Hash Router / Build Hash Router (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Continuous Releases / Continuous Releases (push) Waiting to run

This commit is contained in:
Lin Huang 2024-11-25 17:20:09 +08:00 committed by GitHub
parent fd43036ab8
commit 60499e2cdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,6 +171,6 @@ title: Demo
hello world
- pre style="background: black">zzz</pre>
+ pre style={{background: 'black'}}>zzz</pre>
- <pre style="background: black">zzz</pre>
+ <pre style={{background: 'black'}}>zzz</pre>
```