Redirect if URL param present on home

This commit is contained in:
Alicia Sykes
2024-05-08 21:18:33 +01:00
parent 22cf1244c7
commit 32138847dd
4 changed files with 51 additions and 15 deletions

View File

@@ -14,6 +14,6 @@ const { pathname } = new URL(Astro.request.url)
<meta charset="UTF-8">
</head>
<body>
<Main {pathname} client:load />
<Main {pathname} client:visible />
</body>
</html>