mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix(web): fix push notification click 404 on GitHub Pages (#322)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>HAPI</title>
|
||||
<script>
|
||||
sessionStorage.setItem('spaRedirect', window.location.pathname + window.location.search + window.location.hash)
|
||||
window.location.replace('/')
|
||||
</script>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user