🚀 Launch v2

This commit is contained in:
2024-01-22 01:06:43 +08:00
parent 7e50346d3e
commit 66c419649b
6 changed files with 127 additions and 447 deletions

View File

@@ -51,5 +51,10 @@ const { title } = Astro.props;
top: 64px;
}
</style>
<script
async
src="https://analytics.smartsheep.studio/script.js"
data-website-id="9d676a27-b473-44a3-b444-5a7d851e31e8"></script>
</body>
</html>

View File

@@ -3,6 +3,8 @@ import RootLayout from "../layouts/RootLayout.astro";
import { graphQuery } from "../scripts/requests";
export const prerender = false;
const { events } = (
await graphQuery(
`query Query($where: EventWhereInput!) {