diff --git a/index.html b/index.html index ea51ef1..498213c 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,10 @@ - + - AYO Inc. + AYO Inc. - AI solution for business + @@ -11,7 +12,7 @@
- + diff --git a/robot.txt b/robot.txt new file mode 100644 index 0000000..036e7a2 --- /dev/null +++ b/robot.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / +Disallow: /assets/ +Disallow: /lang/ \ No newline at end of file diff --git a/webpack.prod.js b/webpack.prod.js index bb78e2c..5008267 100644 --- a/webpack.prod.js +++ b/webpack.prod.js @@ -21,6 +21,7 @@ module.exports = Object.assign( }), new CopyPlugin([ {from: 'index.html'}, + {from: 'robot.txt'}, {from: 'src/lang', to: 'lang'}, {from: 'assets/public', to: 'assets'} ]),