Skip to content

Commit

Permalink
build: prerender docs (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich authored Aug 21, 2024
1 parent 7ceb249 commit 23d90f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/docs/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ export default defineConfig({
experimental: {
asyncContext: true,
},
prerender: {
routes: ["/docs/core/overview/introduction"],
crawlLinks: true
}
},

extensions: ["mdx", "md"],
Expand Down

0 comments on commit 23d90f1

Please sign in to comment.