🚀 Launch v2
This commit is contained in:
@@ -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>
|
||||
|
@@ -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!) {
|
||||
|
Reference in New Issue
Block a user