This commit is contained in:
Julien Calixte
2022-02-27 17:01:45 +01:00
parent d469314fc0
commit 632409b71a
23 changed files with 328 additions and 101 deletions

6
netlify.toml Normal file
View File

@@ -0,0 +1,6 @@
[build]
publish = "dist"
command = "npm run build"
[build.environment]
NODE_VERSION = "16"