Ready for deploy.

pull/38/head
Yipeng Liu 2 years ago
parent 1700199b84
commit 1ead55def8
No known key found for this signature in database
GPG Key ID: 836A2F6C6D60065C

@ -12,6 +12,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"prepare": "husky install"
},
"dependencies": {

@ -12,13 +12,13 @@ const sumfetch = async (args: string[]): Promise<string> => {
@@ @@@ @@ <u><a href="${config.repo}" target="_blank">Github repo</a></u>
@@ @@ -----------
@@ .@@@@@@@@@@. @@ CONTACT
@@ @@ @@ @@ ${config.social.phone}
@@ @@ @@ @@ <u><a href="mailto:${config.email}" target="_blank">${config.email}</a></u>
@@ @@ @@ @@ <u><a href="https://github.com/${config.social.github}" target="_blank">github.com/${config.social.github}</a></u>
@@ @@@@@@ @@ <u><a href="https://linkedin.com/in/${config.social.linkedin}" target="_blank">linkedin.com/in/${config.social.linkedin}</a></u>
@@ @@@@@@ @@ <u><a href="https://github.com/${config.social.github}" target="_blank">github.com/${config.social.github}</a></u>
@@@ @@@ -----------
@@@ @@@ @@ DONATE
@| @@@@@@@@@@@@@@@@ @@ <u><a href="${config.donate_urls.paypal}" target="_blank">${config.donate_urls.paypal}</a></u>
@| @@ <u><a href="${config.donate_urls.patreon}" target="_blank">${config.donate_urls.patreon}</a></u>
@| @@@@@@@@@@@@@@@@ @@ <u><a href="${config.fake}" target="_blank">${config.donate_urls.paypal}</a></u>
@| @@ <u><a href="${config.fake}" target="_blank">${config.donate_urls.patreon}</a></u>
`;
} else {

Loading…
Cancel
Save