Add React Helmet #102

Closed
opened 2020-11-17 07:32:17 +01:00 by Irev-Dev · 5 comments
Irev-Dev commented 2020-11-17 07:32:17 +01:00 (Migrated from github.com)

Important for SEO reasons,

Important for SEO reasons,
matheusdoedev commented 2020-11-17 14:33:28 +01:00 (Migrated from github.com)

Can I get this issue ? I can do this task setting dynamic title and seo meta tags on pages.

Can I get this issue ? I can do this task setting dynamic title and seo meta tags on pages.
Irev-Dev commented 2020-11-17 19:40:47 +01:00 (Migrated from github.com)

Awesome thanks @Matheusdoe-dev .
Let's make it so that when someone is on a user page eg /u/local-user-1
We'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-part1 or u/local-user-1/demo-part1/ide
We'll update the title to the part title and the social media image to the part's main image.

How's that sound?

Awesome thanks @Matheusdoe-dev . Let's make it so that when someone is on a user page eg `/u/local-user-1` We'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-part1` or `u/local-user-1/demo-part1/ide` We'll update the title to the part title and the social media image to the part's main image. How's that sound?
Irev-Dev commented 2020-11-17 19:45:07 +01:00 (Migrated from github.com)

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-submodules
and you need to run yarn move-cad-worker
and the db has changed, easiest thing to do will be to delete and reinit
Delete the file at api/prisma/dev.db
Then run

yarn rw db up
yarn rw db seed

If you run into issues, probably the easiest thing is to start with a fresh clone and follow the instructions in the readme.

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-submodules` and you need to run `yarn move-cad-worker` and the db has changed, easiest thing to do will be to delete and reinit Delete the file at `api/prisma/dev.db` Then run ``` yarn rw db up yarn rw db seed ``` If you run into issues, probably the easiest thing is to start with a fresh clone and follow the instructions in the readme.
matheusdoedev commented 2020-11-17 19:46:40 +01:00 (Migrated from github.com)

Right, I will use git clone again, is better.

Right, I will use git clone again, is better.
Irev-Dev commented 2020-11-18 21:46:19 +01:00 (Migrated from github.com)

resolved by #113

resolved by #113
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: h3n3/cadhub#102