mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
add robots.txt
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user