Skip to content

Commit

Permalink
refactor: Enabled prerenderer for (build) script
Browse files Browse the repository at this point in the history
  • Loading branch information
oyedejioyewole committed Dec 28, 2023
1 parent bb96e1b commit a922de3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ export default defineNuxtConfig({
"@nuxtjs/google-fonts",
"@nuxtjs/tailwindcss",
],
nitro: {
prerender: {
crawlLinks: true,
},
},
phosphor: {
options: {
components: {
Expand Down

0 comments on commit a922de3

Please sign in to comment.