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

View File

@@ -22,6 +22,16 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link href="/src/main.css" rel="stylesheet" />
<script>
(function() {
var redirect = sessionStorage.redirect;
delete sessionStorage.redirect;
if (redirect && redirect !== location.href) {
history.replaceState(null, null, redirect);
}
})();
</script>
</head>
<body>