fix: make the site static

This commit is contained in:
2026-01-01 15:30:05 -05:00
parent 41b92fe886
commit bf224e3a65
4 changed files with 204 additions and 100 deletions

View File

@@ -9,6 +9,9 @@ import { blogPostsPlugin } from "./build-helpers/blogPostsPlugin";
const { default: mdx } = pkg;
export default defineConfig({
server: {
preset: "static",
},
extensions: ["mdx", "md"],
vite: () => ({
plugins: [