Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
deguchi committed Dec 7, 2023
1 parent e087287 commit e5a5f79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
cd example
npm install
npm run build
- name: Deploy 🚀
Expand Down
2 changes: 1 addition & 1 deletion demo/component/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Item = (props: Props) => {
height: '100%',
}}>
{item.cover ? (
<img src={item.cover}
<img src={`https://iss.ndl.go.jp/thumbnail/${item.isbn}`}
alt={item.title}
data-aspect={item.properties.aspect}
/>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5a5f79

Please sign in to comment.