feat: migrate to vercel

This commit is contained in:
Barrett Ruth 2026-02-18 09:15:36 -05:00
parent 72847b3dad
commit 91274e2851
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
8 changed files with 418 additions and 53 deletions

View file

@ -1,5 +1,6 @@
import { defineConfig } from "astro/config";
import mdx from "@astrojs/mdx";
import vercel from "@astrojs/vercel";
import rehypeExternalLinks from "rehype-external-links";
import rehypeKatex from "rehype-katex";
import remarkMath from "remark-math";
@ -37,6 +38,8 @@ const daylight = {
};
export default defineConfig({
output: "static",
adapter: vercel(),
build: {
format: "file",
},