mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Fixed robots.txt copy
This commit is contained in:
parent
74394a773d
commit
19f2e6dae0
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ module.exports = function (grunt) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: "src/web/static/robots.txt",
|
src: "src/web/static/robots.txt",
|
||||||
dest: "build/prod/"
|
dest: "build/prod/robots.txt"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue