Skip to content

Commit

Permalink
chore: prerender rules page
Browse files Browse the repository at this point in the history
  • Loading branch information
plushdohn committed Dec 20, 2023
1 parent 406278d commit f319d29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ export default defineNuxtConfig({
site: {
url: URL,
},
routeRules: {
"/rules": {
prerender: true,
},
},
});

0 comments on commit f319d29

Please sign in to comment.