diff --git a/static/sitemap.txt b/static/sitemap.txt deleted file mode 100644 index bc0956c4a..000000000 --- a/static/sitemap.txt +++ /dev/null @@ -1,18 +0,0 @@ -https://odysee.com -https://odysee.com/$/general -https://odysee.com/$/bighits -https://odysee.com/$/gaming -https://odysee.com/$/music -https://odysee.com/$/universe -https://odysee.com/$/tech -https://odysee.com/$/lab -https://odysee.com/$/movies -https://odysee.com/$/news -https://odysee.com/$/finance -https://odysee.com/$/wildwest -https://odysee.com/$/signup -https://odysee.com/$/signin -https://odysee.com/$/help -https://odysee.com/$/settings -https://odysee.com/@Odysee:8 -https://odysee.com/@OdyseeHelp:b \ No newline at end of file diff --git a/web/webpack.config.js b/web/webpack.config.js index 45e2cc907..f483c6217 100644 --- a/web/webpack.config.js +++ b/web/webpack.config.js @@ -45,11 +45,6 @@ const copyWebpackCommands = [ to: `${DIST_ROOT}/robots.txt`, force: true, }, - { - from: `${STATIC_ROOT}/sitemap.txt`, - to: `${DIST_ROOT}/sitemap.txt`, - force: true, - }, { from: `${STATIC_ROOT}/img/favicon.png`, to: `${DIST_ROOT}/public/favicon.png`,