Don't delete _config file
This commit is contained in:
parent
a902c9d6db
commit
f5d163712c
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ script:
|
|||
- npm run build
|
||||
|
||||
# Remove unwanted files
|
||||
- find . -maxdepth 1 -type f -not -name 'LICENSE' -not -name 'index.html' -not -name 'README.md' -delete &&
|
||||
- find . -maxdepth 1 -type f -not -name 'LICENSE' -not -name 'index.html' -not -name 'README.md' -not -name '_config.yml' -delete &&
|
||||
rm -fr node_modules src dist/vanity.js
|
||||
|
||||
# Cache busting
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
title: Vanity ETH
|
||||
description: Vanity-ETH is a browser-based tool to generate Ethereum vanity addresses. Use the power of your browser to generate a custom ETH vanity address!
|
||||
url: vanity-eth.tk
|
||||
#logo: TODO
|
||||
logo: https://i.imgur.com/lv6Gej5.png
|
||||
google_site_verification: DFWJVWz9IRrh-wjBxn0Y8ith5FTqMeJTSUtuJ595BEs
|
||||
|
||||
plugins:
|
||||
|
|
Loading…
Add table
Reference in a new issue