[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-full-static. Full static implementation for Nuxt 3
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: indicate compatibility with new v4 major

+1 -1
+1 -1
src/module.ts
··· 7 7 name: 'nuxt-full-static', 8 8 configKey: 'static', 9 9 compatibility: { 10 - nuxt: '^3.0.0-rc.6-27648600.f58aa81', 10 + nuxt: '>=3.0.0-rc.6-27648600.f58aa81', 11 11 }, 12 12 }, 13 13 setup(_options, nuxt) {