diff --git a/.imgbotconfig b/.imgbotconfig deleted file mode 100644 index a8b3f489..00000000 --- a/.imgbotconfig +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ignoredFiles": [ - "*.svg", - "**/logo.*" - ], - "aggressiveCompression": "false" -} diff --git a/netlify.toml b/netlify.toml index 4b8de62d..4124246b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -81,6 +81,10 @@ from = "/rss" to = "/feed.xml" status = 301 +[[redirects]] + from = "/index.xml" + to = "/feed.xml" + status = 301 [[redirects]] from = "/index.php*" to = "/" @@ -99,6 +103,14 @@ from = "/resume" to = "/resume.pdf" status = 302 +[[redirects]] + from = "/me.jpg" + to = "/img/me.jpg" + status = 301 +[[redirects]] + from = "/me_large.jpg" + to = "/img/me_large.jpg" + status = 301 [[redirects]] from = "/favicon.ico" to = "/img/favicon.ico" @@ -173,7 +185,7 @@ status = 403 force = true [[redirects]] - from = "*/wp-includes/*" + from = "*/admin/*" to = "/403.html" status = 403 force = true