diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..64f5a0a --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +node diff --git a/README.md b/README.md index 0ab36b9..6c51555 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository presents the preparation guide for [AWS Certificate Examination](https://aws.amazon.com/certification/) written by [Yunpeng](https://yunpengn.github.io/). Currently, it is proundly powered by [GitBook](https://github.com/GitbookIO/gitbook). - Production Site: [https://yunpengn.github.io/CertAWS/](https://yunpengn.github.io/CertAWS/) -- Staging Site: [https://yunpengn-blog.netlify.com/](https://yunpengn-blog.netlify.com/) +- Staging Site: [https://CertAWS.netlify.com/](https://CertAWS.netlify.com/) ## Development diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..34c9ad9 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,9 @@ +# Netlify configuration to deploy site + +[build] + # Directory (relative to root of your repo) that contains the deploy-ready + # HTML files and assets generated by the build. + publish = "_book/" + + # Default build command. + command = "npm run deploy"