Remove leading slash in products

This commit is contained in:
Kishan B 2018-05-13 19:33:17 +05:30
parent 8727ed7e11
commit 4e35425073
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<head>
<meta http-equiv="refresh" content="0; URL={{ "/products" | absURL }}" />
<meta http-equiv="refresh" content="0; URL={{ "products" | absURL }}" />
</head>