Ionic V4 - PWA not user friendly : impossible to bookmark?

I found this workaround : create a home folder, insert the redirection index.html file :

<html>
<head>
<title>Redirection en HTML</title>
 
<meta http-equiv="refresh" content="0; URL=https://plus2dev.000webhostapp.com/premieres">
</head>
 
<body>
</body>
 
</html>

But that stinks ! ! !