Add netlify configuration file

This commit is contained in:
Rémi Weng 2020-06-22 13:25:26 +02:00
parent 60a86f3eff
commit 361b618881

3
netlify.toml Normal file
View file

@ -0,0 +1,3 @@
[build]
publish = "_site"
command = "npm run build"