diff --git a/netlify.toml b/netlify.toml index 1094c4d..edc81cd 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,4 @@ [context.production] environment = { NODE_ENV = "production" } publish = "public" - command = "npm run build && mv public/robots-mdleom.com.txt public/robots.txt" + command = "npm run build"