next-ssl-redirect-middleware
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "next-ssl-redirect-middleware", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Nextjs Middleware to redirect http to https", | ||
@@ -18,3 +18,6 @@ "main": "dist/index.js", | ||
"keywords": [ | ||
"nextjs" | ||
"nextjs", | ||
"ssl", | ||
"redirect", | ||
"heroku" | ||
], | ||
@@ -21,0 +24,0 @@ "author": "Charlie Jonas", |
# nextjs-ssl-redirect-middlewear | ||
> Nextjs Middleware to redirect http to https | ||
[Nextjs Middleware](https://nextjs.org/docs/middleware) to redirect `http` to `https`. This is helpful if you are hosting your site on a service where this redirect doesn't happen automatically (IE heroku). | ||
@@ -5,0 +5,0 @@ ## Install |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15372