diff options
| author | Fuwn <[email protected]> | 2022-08-16 20:21:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-16 20:21:19 -0700 |
| commit | d77cdf432bee09dbff3c5527fce13e7f17543cd5 (patch) | |
| tree | 169627f0f7ff4d2bacf7aca79eec7f46fe08c22a | |
| parent | fix(Dockerfile): update before install (diff) | |
| download | locus-d77cdf432bee09dbff3c5527fce13e7f17543cd5.tar.xz locus-d77cdf432bee09dbff3c5527fce13e7f17543cd5.zip | |
fix(blog.json): TRAILING COMMA IN JSON ...
| -rw-r--r-- | content/blogs/news/blog.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blogs/news/blog.json b/content/blogs/news/blog.json index 87e6f43..bb46e9e 100644 --- a/content/blogs/news/blog.json +++ b/content/blogs/news/blog.json @@ -5,7 +5,7 @@ "author": "Fuwn", "created": "2022. 08. 16.", "last_modified": "2022. 08. 16.", - "name": "The Market Soars! (2022. 08. 16.)", + "name": "The Market Soars! (2022. 08. 16.)" } } } |