Generated by Spark: I have this issue when I click publish - Cannot GET /

This commit is contained in:
2026-01-17 13:00:34 +00:00
committed by GitHub
parent b8168ded76
commit 042919d774
7 changed files with 185 additions and 9 deletions

15
public/404.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Redirecting...</title>
<script>
sessionStorage.redirect = location.href;
</script>
<meta http-equiv="refresh" content="0;URL='/'" />
</head>
<body>
<p>Redirecting...</p>
</body>
</html>

1
public/_redirects Normal file
View File

@@ -0,0 +1 @@
/* /index.html 200