Skip to content

Commit

Permalink
chore: remove unused config opt
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 17, 2024
1 parent 3ceedfa commit f0008bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const config = {
v1: 'https://dash.readme.com',
v2: 'https://api.readme.com/v2',
},
hub: 'https://{project}.readme.io', // this is only used for the `rdme open` command
} as const;

export default config;

0 comments on commit f0008bc

Please sign in to comment.