programming
How to redirect to a URL in Sapper
· β˜• 1 min read · πŸ‘½ john hashim
If your working on a Svelte+Sapper application and you run in asituation where you need to redirect to different homepage

How to redirect www URLs to non-www?
· β˜• 1 min read · πŸ‘½ john hashim
To redirect all requests to non-www, add the following lines at the beginning of your website’s .htaccess

Hugo and Lunrjs search engine made simple
· β˜• 5 min read · πŸ‘½ john hashim
Getting Hugo and Lunr playing nice with each other wasn’t too bad, but I had trouble finding a clear walk-through with current versions of the tools.