[READ-ONLY] Mirror of https://github.com/danielroe/trailingslash-payload-repro.
0

Configure Feed

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

trailingslash-payload-repro / nuxt.config.js
205 B 13 lines
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}