diff --git a/env.ts b/env.ts index 5e9ad67..33ad61f 100644 --- a/env.ts +++ b/env.ts @@ -18,7 +18,7 @@ export const env = baseEnv({ PAPERSPACE_CONSOLE_URL: baseEnv .string() .url() - .default(`https://dashboard.paperspace.com/`), + .default(`https://console.paperspace.com/`), /** * A custom Paperspace Console URL */