Skip to content

Commit b1b7720

Browse files
Update client.js
1 parent e4143c2 commit b1b7720

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

bin/client.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,13 +428,13 @@ const commands = {
428428
});
429429
} else {
430430
// Fallback to online pricing page
431-
log(chalk.yellow('Please visit: https://threejs-ai-frontend.pages.dev/pricing'));
432-
log(chalk.dim('(This is the default frontend, you can customize it based on your deployment)'));
431+
log(chalk.yellow('Please visit: https://threejs-cli-ai.pages.dev'));
432+
log(chalk.dim('(This is the default frontend, you can purchase some tokens)'));
433433
}
434434
} catch (error) {
435435
// If anything fails, just show the URL
436-
log(chalk.yellow('Please visit: https://threejs-ai-frontend.pages.dev/pricing'));
437-
log(chalk.dim('(This is the default frontend, you can customize it based on your deployment)'));
436+
log(chalk.yellow('Please visit: https://threejs-cli-ai.pages.dev'));
437+
log(chalk.dim('(This is the default frontend, you can purchase some tokens)'));
438438
}
439439
},
440440

0 commit comments

Comments
 (0)