Skip to content

Commit

Permalink
attempt async ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lohr committed Jan 10, 2024
1 parent dacdaca commit f9be9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const mdxOptions = {

export default defineConfig({
start: {
ssr: true,
ssr: "async",
extensions: ["mdx", "md"],
server: {
baseURL: process.env.BASE_PATH,
Expand Down

0 comments on commit f9be9c5

Please sign in to comment.