Commit 5c2218f2 authored by isstuev's avatar isstuev

remove csv-export from sitemap

parent 045aea9d
......@@ -59,7 +59,7 @@ module.exports = {
{
userAgent: '*',
allow: '/',
disallow: ['/auth/*', '/login', '/chakra', '/sprite', '/account/*'],
disallow: ['/auth/*', '/login', '/chakra', '/sprite', '/account/*', '/csv-export'],
},
],
},
......@@ -71,6 +71,7 @@ module.exports = {
'/login',
'/sprite',
'/chakra',
'/csv-export',
],
transform: async(config, path) => {
switch (path) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment