Fixed: Restored robots.txt

(cherry picked from commit 37501094d7256e4dbe13de33b392933f6d475553)
This commit is contained in:
Mark McDowall
2020-12-31 13:11:22 -08:00
committed by Qstick
parent 38a1cf7209
commit 20dd071fd6
5 changed files with 14 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ const paths = {
content: `${root}/Content/`,
fonts: `${root}/Content/Fonts/`,
images: `${root}/Content/Images/`,
robots: `${root}/Content/robots.txt`,
exclude: {
libs: `!${root}/JsLibraries/**`
}