Skip to content
Snippets Groups Projects

website hosted on netlify should not disallow crawling

Merged Christopher Guindon requested to merge github/fork/chrisguindon/cguindon/main/robots into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -17,8 +17,7 @@
"watch": "NODE_ENV=development webpack --watch --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"disallow_robots_txt": "echo \"User-agent: *\r\nDisallow: /\" > layouts/robots.txt",
"build_netlify": "NODE_ENV=production npm run disallow_robots_txt && npm run production",
"build_netlify": "NODE_ENV=production npm run production",
"postinstall": "NODE_ENV=production npm run production"
},
"dependencies": {
Loading