change build to static

This commit is contained in:
Juan Carlos Manzanero Domínguez
2024-06-25 15:58:26 -06:00
parent fbd1b61458
commit 9c3e631c78
2 changed files with 0 additions and 5 deletions

View File

@ -1,6 +1,4 @@
---
export const prerender = false;
import MicroblogItem from "@/components/microblog-item";
import Layout from "@/layouts/Layout.astro";
import { createServerClient } from "@/utils/pocketbase";