Commit 0c7d0fd
committed
fix: correct stylesheet link attributes in VitePress build
VitePress was generating invalid HTML with rel="preload stylesheet" and as="style".
Updated buildEnd hook to properly convert these to standard rel="stylesheet" links.1 parent 7211378 commit 0c7d0fd
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments