From c1048e95b3581a0a10974fb0ea4a9b2caf427432 Mon Sep 17 00:00:00 2001 From: "W.T. Chang" <1546333+wtchangdm@users.noreply.github.com> Date: Sun, 27 Oct 2024 14:57:00 +0800 Subject: [PATCH] fix: missing comma in example frontend configuration --- site/src/docs/configuration/frontend/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/docs/configuration/frontend/index.md b/site/src/docs/configuration/frontend/index.md index 2887d083..7720ee37 100644 --- a/site/src/docs/configuration/frontend/index.md +++ b/site/src/docs/configuration/frontend/index.md @@ -30,7 +30,7 @@ Example with all of the params: var remark_config = { host: 'https://remark42.example.com', site_id: 'my_site', - components: ['embed', 'last-comments'] + components: ['embed', 'last-comments'], max_shown_comments: 100, theme: 'dark', page_title: 'My custom title for a page',