fix: make the site static
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user