mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
change sitemap entries in robots.txt to absolute urls
This commit is contained in:
@@ -34,8 +34,8 @@ export const copyWebpackOptions = {
|
||||
},
|
||||
},
|
||||
{
|
||||
from: path.join(__dirname, '..', 'src', 'robots.txt'),
|
||||
to: 'robots.txt'
|
||||
from: path.join(__dirname, '..', 'src', 'robots.txt.ejs'),
|
||||
to: 'assets/robots.txt.ejs'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user