Skip to content

Commit 2f587b1

Browse files
committed
Final touches
1 parent 83d0bf5 commit 2f587b1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pages/api/link-preview.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export default async function handler(req, res) {
1010
image
1111
});
1212
} catch (error) {
13+
console.error(error);
14+
1315
res.status(500).json({
1416
error: JSON.stringify(error)
1517
});

pages/toolbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default function Toolbox({ software, hardware, thisSite }) {
6767
</div>
6868
</div>
6969
<div className="space-y-12">
70-
<h2>This Site</h2>
70+
<h2>This Site & Blog</h2>
7171
<div className="grid grid-cols-1 gap-12 md:grid-cols-4">
7272
{thisSite?.map((item, index) => (
7373
<div key={`${item.url}${index}`}>

0 commit comments

Comments
 (0)