Skip to content

Commit

Permalink
Merge pull request #1 from ajna-finance/gh-pages
Browse files Browse the repository at this point in the history
gh pages cleanup
  • Loading branch information
ith-harvey authored May 1, 2024
2 parents e27bbe5 + 373e908 commit b1ab6cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ajna-by-example.org
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "solidity-by-example",
"name": "ajna-by-example",
"version": "0.1.0",
"private": true,
"homepage": "https://solidity-by-example.org",
"homepage": "https://ajna-by-example.org",
"scripts": {
"start": "vite",
"preview": "vite preview",
Expand All @@ -13,7 +13,7 @@
"copy-index": "ts-node scripts/build.ts",
"copy-index-to-404": "cp build/index.html build/404.html",
"predeploy": "npm run build",
"deploy": "gh-pages -b master -d build",
"deploy": "gh-pages -b main -d build",
"md-to-react": "node scripts/md-to-react.js",
"lint": "prettier --write src",
"reactify": "find src/pages -type d -not -path \"*/__snapshots__\" -exec npx ts-node --project ./scripts/tsconfig.json scripts/md-to-react.ts {} \\;",
Expand Down

0 comments on commit b1ab6cd

Please sign in to comment.