diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..0d72b3ed --- /dev/null +++ b/netlify.toml @@ -0,0 +1,17 @@ +[build] + publish = "public" + command = "npm run build" + +[context.deploy-preview] + command = "npm run build" + +[context.branch-deploy] + command = "npm run build" + +[context.production] + command = "npm run build" + +[context.production.environment] + HUGO_BASEURL = "https://microcks.io/" + HUGO_ENV = "production" + HUGO_ENABLEGITINFO = "true"