From 659090a151606b195635d3f483cdb4254ad25dba Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Tue, 4 Jun 2024 20:08:44 +0700 Subject: [PATCH] chore: fix build & urls --- package.json | 2 +- src/consts.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 84a19f97..69069403 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "vite", "build": "tsc && vite build", - "build:pages": "tsc && vite build --base '/polkadot-developer-console/'", + "build:pages": "tsc && vite build --base '/'", "deploy:pages": "yarn build:pages && gh-pages -d build", "clear": "rm -rf node_modules build tsconfig.tsbuildinfo yarn.lock", "lint": "eslint . --fix && npx prettier --write .", diff --git a/src/consts.ts b/src/consts.ts index 5dcbb860..89049e5f 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -3,7 +3,7 @@ export const DappName = 'Polkadot Developer Console'; -export const DocsUrl = 'https://polkadot-developer-console.github.io/docs/'; +export const DocsUrl = 'https://docs.polkadot.cloud/'; export const GithubRepoUrl = - 'https://github.com/polkadot-developer-console/polkadot-developer-console'; + 'https://github.com/polkadot-cloud/developer-console';