Skip to content

Commit

Permalink
fix: prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu committed Feb 22, 2023
1 parent 36b358b commit 6d44a4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ export default defineNuxtConfig({
crawlLinks: true,
routes: [
'/',
'/?sort=newest',
'/?sort=three_days_hottest',
'/?sort=weekly_hottest',
'/?sort=monthly_hottest',
'/?sort=hottest',
],
},
},
Expand Down

0 comments on commit 6d44a4b

Please sign in to comment.