You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to this bug, `llmstxt` could not be imported via default import:
```ts
import llmstxt from 'vitepress-plugin-llms'
```
And it had to be imported through `{ }`:
```ts
import { llmstxt } from 'vitepress-plugin-llms'
```
Now it fixed.
🦁 Spotted in #62 (comment)
Reported-by: Lakr <git@qaq.wiki>
0 commit comments