From 401f7fec177756cc3a9191ec718a522e99be3b4c Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Wed, 6 Oct 2021 13:04:26 +0800 Subject: [PATCH] Revert "Add sitemap to influence Sitelinks" Seems like I messed up robots.txt? This reverts commit 95654955b1ef5c6ba55ada50f2419949c56cf10a. --- static/sitemap.txt | 18 ------------------ web/webpack.config.js | 5 ----- 2 files changed, 23 deletions(-) delete mode 100644 static/sitemap.txt 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`,