Add React Helmet #102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Important for SEO reasons,
Can I get this issue ? I can do this task setting dynamic title and seo meta tags on pages.
Awesome thanks @Matheusdoe-dev .
Let's make it so that when someone is on a user page eg
/u/local-user-1We'll update the title to their username and update the social media image to their avatar.
and when someone is on a part page eg
u/local-user-1/demo-part1oru/local-user-1/demo-part1/ideWe'll update the title to the part title and the social media image to the part's main image.
How's that sound?
Oh and since you've worked on this project before, there's been an update to the submodules so you'll need to pull recursively.
git pull --recurse-submodulesand you need to run
yarn move-cad-workerand the db has changed, easiest thing to do will be to delete and reinit
Delete the file at
api/prisma/dev.dbThen run
If you run into issues, probably the easiest thing is to start with a fresh clone and follow the instructions in the readme.
Right, I will use git clone again, is better.
resolved by #113