Fix story routes not getting generated

This commit is contained in:
Sam Carlton 2021-03-13 22:10:05 -06:00
parent bf0d665866
commit 79a68b82cb

View file

@ -57,8 +57,8 @@ export class Story {
}, },
permalink: ({ app }) => { permalink: ({ app }) => {
// console.log('payload', app.payload) // console.log('payload', app.route)
return app.route.substring(1) + '/story/' return app.route//.substring(1) + '/story/'
} }
} }
} }