Divyansh Singh
Divyansh Singh
https://vitepress.dev/reference/site-config#transformpagedata ?
Experiencing same issue. This is the commit that broke this: 8c3628cc43ce93c197d1f6b749712d2c0b2ebe4e. Using the previous commit is working fine: ```json "@vue/eslint-config-typescript": "github:vuejs/eslint-config-typescript#c32ab92" ```
Seems to work fine with the latest version 👍
@hatchli I am using custom Twitter [config](https://github.com/editor-js/embed#available-configuration) like this: (Just copied it from [here](https://github.com/editor-js/embed/blob/master/src/services.js#L132) and added `embed-tool__content--twitter` class to the IFrame. Well, if someone wish this can be automated in...
@gopumon Actually, `/a/.../embed?pub=true` URLs are for albums. For simple posts, it is still `/.../embed`.
Just a heads up though, `` doesn't meet our browser support baseline. So it's unlikely this will be accepted any time soon.
> but it does say which file had the problem Yeah it was added in recent releases. > But annoyingly it's not pointing to the right line Unfortunately, that's not...
I don't think you have vitepress listed in your package.json. That packages installed count in npm should be much more. Had you run `npm add -D vitepress` in your project?
Closing as stale. Please comment if you're still facing this issue.
`--vp-c-note-*` were added in #3482, but looks like Anthony didn't use them anywhere.