From a5d58b81451f876bde74e6b4d080aed374c1ea56 Mon Sep 17 00:00:00 2001 From: Daniel Soares Date: Tue, 15 Dec 2020 12:43:56 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=91=B7=20Add=20netlify.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..276c4dc --- /dev/null +++ b/netlify.toml @@ -0,0 +1,6 @@ +[build] + publish = "public" + command = "yarn build" + +[[plugins]] + package = "netlify-plugin-gatsby-cache"