mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix story routes not getting generated
This commit is contained in:
parent
bf0d665866
commit
79a68b82cb
1 changed files with 2 additions and 2 deletions
|
|
@ -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/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue