add robots.txt

This commit is contained in:
Art Lowel
2020-08-12 13:20:11 +02:00
parent 05a92f8e5b
commit 8f822ba4f7
2 changed files with 155 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ export const copyWebpackOptions = [
}, {
from: path.join(__dirname, '..', 'src', 'assets', 'i18n'),
to: path.join('assets', 'i18n')
}, {
from: path.join(__dirname, '..', 'src', 'robots.txt'),
to: path.join('robots.txt')
}
];
export const commonExports = {