# This is a combination of 3 commits.
# This is the 1st commit message: fix: redirects + update root cdn url # This is the commit message #2: chore: workflow # This is the commit message #3: chore: naming
This commit is contained in:
parent
ed88631875
commit
88a4ec4acd
45 changed files with 1122 additions and 133 deletions
|
@ -16,16 +16,16 @@ schema: book
|
|||
<div class="book-display">
|
||||
<img
|
||||
srcset="
|
||||
https://coryd-dev.b-cdn.net{{ book.image }}?w=203&aspect_ratio=2:3 203w,
|
||||
https://coryd-dev.b-cdn.net{{ book.image }}?w=406&aspect_ratio=2:3 406w,
|
||||
https://coryd-dev.b-cdn.net{{ book.image }}?w=812&aspect_ratio=2:3 812w,
|
||||
https://coryd-dev.b-cdn.net{{ book.image }}?w=1624&aspect_ratio=2:3 1624w
|
||||
https://cdn.coryd.dev{{ book.image }}?w=203&aspect_ratio=2:3 203w,
|
||||
https://cdn.coryd.dev{{ book.image }}?w=406&aspect_ratio=2:3 406w,
|
||||
https://cdn.coryd.dev{{ book.image }}?w=812&aspect_ratio=2:3 812w,
|
||||
https://cdn.coryd.dev{{ book.image }}?w=1624&aspect_ratio=2:3 1624w
|
||||
"
|
||||
sizes="(max-width: 450px) 203px,
|
||||
(max-width: 850px) 406px,
|
||||
(max-width: 1000px) 812px,
|
||||
1624px"
|
||||
src="https://coryd-dev.b-cdn.net{{ book.image }}?w=1624&aspect_ratio=2:3"
|
||||
src="https://cdn.coryd.dev{{ book.image }}?w=1624&aspect_ratio=2:3"
|
||||
alt="{{ alt }}"
|
||||
loading="eager"
|
||||
decoding="async"
|
||||
|
|
|
@ -19,16 +19,16 @@ schema: books
|
|||
<a href="{{ book.url }}">
|
||||
<img
|
||||
srcset="
|
||||
https://coryd-dev.b-cdn.net{{ book.image }}?width=203&aspect_ratio=.65:1 203w,
|
||||
https://coryd-dev.b-cdn.net{{ book.image }}?width=406&aspect_ratio=.65:1 406w,
|
||||
https://coryd-dev.b-cdn.net{{ book.image }}?width=812&aspect_ratio=.65:1 812w,
|
||||
https://coryd-dev.b-cdn.net{{ book.image }}?width=1624&aspect_ratio=.65:1 1624w
|
||||
https://cdn.coryd.dev{{ book.image }}?width=203&aspect_ratio=.65:1 203w,
|
||||
https://cdn.coryd.dev{{ book.image }}?width=406&aspect_ratio=.65:1 406w,
|
||||
https://cdn.coryd.dev{{ book.image }}?width=812&aspect_ratio=.65:1 812w,
|
||||
https://cdn.coryd.dev{{ book.image }}?width=1624&aspect_ratio=.65:1 1624w
|
||||
"
|
||||
sizes="(max-width: 450px) 203px,
|
||||
(max-width: 850px) 406px,
|
||||
(max-width: 1000px) 812px,
|
||||
1624px"
|
||||
src="https://coryd-dev.b-cdn.net{{ book.image }}?width=1624&aspect_ratio=.65:1"
|
||||
src="https://cdn.coryd.dev{{ book.image }}?width=1624&aspect_ratio=.65:1"
|
||||
alt="{{ alt }}"
|
||||
loading="eager"
|
||||
decoding="async"
|
||||
|
|
Reference in a new issue