diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..955f3662 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,14 @@ +# Copyright (C) 2018-present Arctic Ice Studio +# Copyright (C) 2018-present Sven Greb +# +# Project: Nord Docs +# Repository: https://github.com/arcticicestudio/nord-docs +# License: MIT + +# Configuration for Netlify. +# +# @see https://www.netlify.com/docs/netlify-toml-reference + +[build] + command = "npm run build" + publish = "public/"