A Node.js web server that redirects e.g. example.com to www.example.com
This service is deployed at https://carnesen.com. It's not easy to see in a browser (especially Google Chrome) because they often don't display the leading "www" on the URL. In a terminal though do:
curl -v https://carnesen.com
and notice the 301 redirect response to www.
This package gets deployed by @carnesen/google-cloud as the default Google App Engine service.
- @carnesen/carnesen-dot-com: Automates deployment of carnesen.com to Google Cloud Platform
MIT © Chris Arnesen