'@docusaurus/useBaseUrl' showing in previous when sharing a link to docs on social media. #2373
Labels
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
We must include:
import useBaseUrl from '@docusaurus/useBaseUrl';
...in order to use images in the pages.
When I share a docs page that includes this import, the preview (generated by Facebook, Whatsapp etc) shows this as the first line of content which looks poor.
I am using:
"dependencies": { "@docusaurus/core": "^2.0.0-alpha.43", "@docusaurus/preset-classic": "^2.0.0-alpha.43", "classnames": "^2.2.6", "react": "^16.13.0", "react-dom": "^16.13.0" },
The text was updated successfully, but these errors were encountered: