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';