Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-gohri committed Mar 7, 2024
1 parent 8341805 commit a48e5f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Config } from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';
import { DOCUSAURUS_VERSION } from '@docusaurus/utils';
import type * as Redocusaurus from 'redocusaurus';
import packageJson from './package.json';
import packageJson from '../packages/redocusaurus/package.json';

if (process.env.VERCEL_URL) {
process.env.DEPLOY_PRIME_URL = `https://${process.env.VERCEL_URL}`;
Expand Down Expand Up @@ -136,8 +136,8 @@ const config: Config = {
href: 'https://redocusaurus-v0.vercel.app/',
},
{
label: 'v1+',
href: 'https://redocusaurus.vercel.app',
label: 'v1 | v2',
to: '/',
},
],
},
Expand Down

0 comments on commit a48e5f0

Please sign in to comment.