Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 16, 2024
1 parent 3c437b3 commit 02dfd27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/docs/config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const base = '/';
export const base = '/v3';

export const versions = [
['v4', 'v4 (canary)'],
['v3', 'v3 (latest)'],
['v4', 'v4 (latest)'],
['v3', 'v3'],
];

export const defaultVersion = 'v3';
export const defaultVersion = 'v4';

0 comments on commit 02dfd27

Please sign in to comment.