Skip to content

Commit 34b0eab

Browse files
committed
fix: syntax error
1 parent 9589d27 commit 34b0eab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/blog/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ const posts = [
1212
date: '2026-01-29',
1313
tag: 'Tutorial'
1414
},
15-
{
15+
{
1616
title: 'How to Develop a PDF Viewer',
1717
description: 'A comprehensive guide on developing your own PDF viewer from scratch.',
1818
link: './how-to-develop-a-pdf-viewer',
1919
date: '2026-01-20',
2020
tag: 'Guide'
21-
}
21+
},
2222
{
2323
title: 'Three Ways to Display a PDF in HTML',
2424
description: 'Learn how to display PDF files in your HTML app with three ways, including using native elements, open source library like PDF.js, and commercial PDF viewers.',

0 commit comments

Comments
 (0)