Make /products url absolute

This commit is contained in:
Kishan B 2018-05-13 18:30:52 +05:30
parent d7510dfdd0
commit 8727ed7e11
1 changed files with 1 additions and 1 deletions

View File

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