Skip to content

Commit

Permalink
Fix crawler being disabaled on demo site
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Aug 19, 2022
1 parent 37d4ffc commit 86c38c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ export default {

// Enable crawler to find dynamic pages
generate: {
crawler: true,
routes: () => ['/'],
},

// Cloak Boilerplate settings
cloak: {
boilerplate: {
siteName: 'vue-ssr-carousel demo',
excludedModules: [
'generate', // Excluded because it disables the crawler
],
},
},

Expand Down

0 comments on commit 86c38c1

Please sign in to comment.