Skip to content

Commit

Permalink
chore: fix build & urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Jun 4, 2024
1 parent ff08063 commit 659090a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 .",
Expand Down
4 changes: 2 additions & 2 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 659090a

Please sign in to comment.