change build to static
This commit is contained in:
parent
fbd1b61458
commit
9c3e631c78
@ -4,12 +4,9 @@ import tailwind from "@astrojs/tailwind";
|
||||
import mdx from "@astrojs/mdx";
|
||||
import rehypePrettyCode from "rehype-pretty-code";
|
||||
import rehypeSlug from "rehype-slug";
|
||||
import vercel from "@astrojs/vercel/serverless";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: "hybrid",
|
||||
adapter: vercel(),
|
||||
site: "https://www.juancman.dev/",
|
||||
integrations: [
|
||||
react(),
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user