Skip to content
Discussion options

You must be logged in to vote

You have swizzled components there. As always, take a look at those and make sure to update their code according to latest Docusaurus version you are using.

In this specific case, the @theme/Seo component does not exist anymore
It has been replaced by import { PageMetadata } from '@docusaurus/theme-common';

But you can't replace it like that and expect your site to work: you really have to check and eventually re-swizzle the components on upgrades to make sure your swizzled components are fine. In this case you'll notice that our official BlogPostItem does not even use PageMetadata or Seo anymore (as it was moved to another component).

Remember that if you have customization use-cases, yo…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rafaelrdealmeida
Comment options

@slorber
Comment options

slorber May 26, 2022
Collaborator

Answer selected by rafaelrdealmeida
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants