-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚏 Blogs to App Router #2722
base: main
Are you sure you want to change the base?
🚏 Blogs to App Router #2722
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
<> | ||
<DefaultSeo openGraph={{ url: 'https://tina.io' + router.asPath }} /> | ||
<DefaultSeo openGraph={{ url: 'https://tina.io' + pathname }} /> | ||
<Layout sticky={false}> | ||
<DocsLayoutGrid> | ||
<Sidebar> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still not seeing the googlebot tag in staging. I can see it on other staging URLS so it seems to be related to this branch
Co-authored-by: Caleb Williams [SSW] <[email protected]>
Co-authored-by: Caleb Williams [SSW] <[email protected]>
As per #2555 we have moved the blogs routes to the app router
Not many changes to the actual logic, i've introduced some extra utility functions such like
extractTextFromBody
and extrapolatedformatDate
to be used amongst docs and blogs.Removed alot of styled jsx which is a double whammy because we want to move away from using this 👍