Commit cb468e8
LessJS Bot
fix(adapter-vite): import loadBlogData from @lessjs/content main entry
Instead of the ./blog-data subpath (which requires a Vite alias or
a separate exports entry), import from the main '.' entry where
loadBlogData is already re-exported. This eliminates the need for
a Vite resolve alias or a separate package subpath export.1 parent 604052c commit cb468e8
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments