feat: try to fix the prod deployment
This commit is contained in:
parent
ca70d878fb
commit
63fc4373b2
4 changed files with 40 additions and 5 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue