fix: missing comma in example frontend configuration
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user