Select the types of activity you want to include in your feed.
1export default { 2 target: 'static', 3 router: { trailingSlash: true }, 4 generate: { 5 cache: false, 6 crawler: true, 7 routes: [ 8 '/', 9 '/test/slash/', 10 '/test/noslash', 11 ] 12 } 13}