duckduck-team / quackit

Front-end of Quackit application.
Apache License 2.0
1 stars 0 forks source link

Fix the metadata bug on post page (not appearing) #30

Closed danmaninc closed 1 month ago

danmaninc commented 2 months ago

Metadata is currently set here. https://github.com/duckduck-team/quackit/blob/0b359a14f6afc5ab8f740b067d41600c5aeb8eca/src/pages/posts/ui/SinglePostPage.tsx#L15-L20 This is incorrect place, because metadata is not set when you loading the page. Your task is to fix it.