Use custom domain name
This commit is contained in:
parent
e1eb740672
commit
55f94357d6
2 changed files with 7 additions and 4 deletions
|
@ -12,11 +12,14 @@ script:
|
|||
- find . -maxdepth 1 -type f -not -name 'LICENSE' -not -name 'index.html' -not -name 'README.md' -delete &&
|
||||
rm -fr node_modules src dist/vanity.js
|
||||
|
||||
#Cache busting
|
||||
# Cache busting
|
||||
- COMMIT=$(git log --format='%h' -n 1) &&
|
||||
sed -i "s/index.js/index.$COMMIT.js/g" index.html &&
|
||||
mv dist/index.js dist/index.$COMMIT.js
|
||||
|
||||
# Custom domain
|
||||
- echo "vanity-eth.tk" > CNAME
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip-cleanup: true
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
|
||||
Browser-based ETH vanity address generator
|
||||
|
||||
Just type [`git.io/veth`](https://git.io/veth) to use it ⚡️
|
||||
Just type [`vanity-eth.tk`](https://vanity-eth.tk) to use it ⚡️
|
||||
|
||||
[](https://git.io/veth)
|
||||
[](https://vanity-eth.tk)
|
||||
|
||||
## What's a vanity address?
|
||||
|
||||
|
@ -18,7 +18,7 @@ Examples: `0xc0ffee254729296a45a3885639AC7E10F9d54979`, or `0x999999cf1046e68e36
|
|||
|
||||
## Usage
|
||||
|
||||
First of all, visit [`git.io/veth`](https://git.io/veth)
|
||||
First of all, visit [`vanity-eth.tk`](https://vanity-eth.tk)
|
||||
|
||||
Enter the prefix of your choice below, and click ‘generate’ to start. Your browser will generate lots of random
|
||||
addresses until one begins with your prefix.
|
||||
|
|
Loading…
Add table
Reference in a new issue