From 09676abf1c32282f060caf6d67194eb6cd0c668d Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Thu, 18 May 2017 14:44:42 -0700 Subject: [PATCH] Remove _redirects --- _config.yml | 2 -- _redirects | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 _redirects diff --git a/_config.yml b/_config.yml index 5c520ed..6e3f6b7 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,4 @@ data_dir: . -include: - - _redirects exclude: - README.md - CHANGELOG.md diff --git a/_redirects b/_redirects deleted file mode 100644 index 1a0504c..0000000 --- a/_redirects +++ /dev/null @@ -1,2 +0,0 @@ -# Redirects from what the browser requests to what we serve -/google/* https://www.google.com 200 \ No newline at end of file