Fix:Window resize build bookshelf

This commit is contained in:
advplyr 2021-12-12 19:48:29 -06:00
parent 0abc9ea416
commit 9452d0eca9
3 changed files with 47 additions and 21 deletions

View file

@ -26,7 +26,7 @@ export const getters = {
if (process.env.NODE_ENV !== 'production') { // Testing
return `http://localhost:3333/api/books/${bookItem.id}/cover?token=${userToken}&ts=${bookLastUpdate}`
}
return `/api/books/${bookItem.id}/cover?token=${userToken}`
return `/api/books/${bookItem.id}/cover?token=${userToken}&ts=${bookLastUpdate}`
}
}