Skip to content

Commit 0aab877

Browse files
committed
chore: change console url
1 parent 966da09 commit 0aab877

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NuxtHub CLI
22

3-
Interface with the [NuxtHub](https://hub.nuxt.com) platform from the command line.
3+
Interface with the [NuxtHub Console](https://console.hub.nuxt.com) platform from the command line.
44

55
## Installation
66

src/utils/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { config } from 'dotenv'
99
config()
1010

1111
export const INITIAL_CONFIG = loadUserConfig()
12-
export const NUXT_HUB_URL = process.env.NUXT_HUB_URL || INITIAL_CONFIG.hub?.url || 'https://hub.nuxt.com'
12+
export const NUXT_HUB_URL = process.env.NUXT_HUB_URL || INITIAL_CONFIG.hub?.url || 'https://console.hub.nuxt.com'
1313
export const MAX_ASSET_SIZE = 25 * 1024 * 1024
1414

1515
export function loadUserConfig () {

0 commit comments

Comments
 (0)