fix pb auth issue

This commit is contained in:
2025-11-17 13:50:29 +13:00
parent 758fa316cc
commit 7145714151
3 changed files with 46 additions and 12 deletions

View File

@@ -4,15 +4,3 @@ import { authPB } from "@data/pb";
const pb = await authPB()
---
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>Astro</title>
</head>
<body>
<h1>Astro</h1>
</body>
</html>