From 233c884c71be87094a3631d1372b155f2feceac1 Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 27 Dec 2018 12:08:23 +0000 Subject: Migrate from github pages to netlify --- netlify.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 netlify.toml (limited to 'netlify.toml') diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..69b4b8f --- /dev/null +++ b/netlify.toml @@ -0,0 +1,2 @@ +[build] + command = "webpack --mode production" -- cgit v1.3.1