Skip to content

Commit

Permalink
exit rc (#3931)
Browse files Browse the repository at this point in the history
* exit rc

* exit rc
  • Loading branch information
dimaMachina authored Jan 13, 2025
1 parent 1ffe128 commit 5bcc80d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "pre",
"mode": "exit",
"tag": "rc",
"initialVersions": {
"nextra": "3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions docs/app/_meta.global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ export default {
'next.js-link': {
title: 'Next.js Docs',
href: 'https://nextjs.org?utm_source=nextra.site&utm_medium=referral&utm_campaign=sidebar'
},
'migration-from-v3': {
title: 'Migration from Nextra v3',
href: 'https://the-guild.dev/blog/nextra-4?utm_source=nextra.site&utm_campaign=sidebar&utm_content=sidebar_link#nextra-theme-docs-changes'
}
// 'migration-from-v3': {
// title: 'Migration from Nextra v3',
// href: 'https://the-guild.dev/blog/nextra-4?utm_source=nextra.site&utm_campaign=sidebar&utm_content=sidebar_link'
// }
}
},
versions: {
Expand Down
4 changes: 2 additions & 2 deletions docs/app/blog/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export function BlogPage() {
'https://the-guild.dev/blog/nextra-4?utm_source=nextra.site&utm_campaign=blog_page&utm_content=blog_link',
title: 'Nextra 4',
description:
'App Router support, Turbopack support, new Rust-powered search Pagefind, RSC i18n, server/client components, smallest bundle size EVER for a Nextra-powered website, GitHub Alert Syntax.',
date: ''
'App Router support, Turbopack support, compiled by React Compiler, new Rust-powered search Pagefind, RSC i18n, server/client components, smallest bundle size EVER for a Nextra-powered website, GitHub Alert Syntax, new _meta.global file and more.',
date: '2024-01-13',
},
{
route:
Expand Down
6 changes: 6 additions & 0 deletions docs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ export const metadata: Metadata = {
absolute: '',
template: '%s | Nextra'
},
openGraph: {
url: 'https://nextra.site',
siteName: 'Nextra',
locale: 'en_US',
type: 'website'
},
icons: {
icon: [
{
Expand Down

0 comments on commit 5bcc80d

Please sign in to comment.