Add trailing slash to support baseURLs of the form http://<<ip>>:<port>>

This commit is contained in:
Kishan B 2018-06-02 07:19:42 +05:30
parent c9b4042726
commit ec5501f238
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>