From 6a67ac5b224bf9fb17f64b8658c7d1ff06e20128 Mon Sep 17 00:00:00 2001 From: azu Date: Tue, 17 Apr 2018 14:07:44 +0900 Subject: [PATCH] Update _redirects --- public/_redirects | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/_redirects b/public/_redirects index 4b1be37..7d59dac 100644 --- a/public/_redirects +++ b/public/_redirects @@ -1,4 +1,8 @@ +# Force HTTPS http://hatebupwa.netlify.com/* https://hatebupwa.netlify.com/:splat 301! -/user/:name /index.html 200 -/home/ /index.html 200 +# Routing +/user/:name /index.html 200 +/home/ /index.html 200 +# CORS proxy +# https://www.netlify.com/docs/redirects/#proxying /hatebu/* http://b.hatena.ne.jp/:splat 200