Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sa02045 committed Jan 5, 2025
1 parent a0d288f commit 332c0a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/tag-data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"react":1,"suspense":1,"ux":1}
{"algorithm":1,"react":1,"suspense":1,"ux":1}
2 changes: 0 additions & 2 deletions data/booksData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ const booksData: Book[] = [
description: `What if you could look up any information in the world? Webpages, images, videos
and more. Google has many features to help you find exactly what you're looking
for.`,
imgSrc: 'https://contents.kyobobook.co.kr/sih/fit-in/458x0/pdt/9788966262335.jpg',
href: 'https://contents.kyobobook.co.kr/sih/fit-in/458x0/pdt/9788966262335.jpg',
},
{
title: 'The Time Machine',
Expand Down
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ module.exports = () => {
remotePatterns: [
{
protocol: 'https',
hostname: 'contents.kyobobook.co.kr',
},
],
unoptimized,
Expand Down

0 comments on commit 332c0a3

Please sign in to comment.