ci(netlify): disallow crawler

This commit is contained in:
Ming Di Leom 2024-09-28 07:19:10 +00:00
parent d83fd626b5
commit a232ac27e4
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -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"