feat: try to fix the prod deployment

This commit is contained in:
Barrett Ruth 2025-05-22 16:57:29 -05:00
parent ca70d878fb
commit 63fc4373b2
4 changed files with 40 additions and 5 deletions

View file

@ -4,6 +4,10 @@ import remarkMath from "remark-math";
import rehypeKatex from "rehype-katex";
export default defineConfig({
trailingSlash: "always",
build: {
format: "directory",
},
integrations: [
mdx({
remarkPlugins: [remarkMath],