You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The components should be able to detect this themselves from the script URL, but you can specify it explicitly if needed.
45
56
46
-
The URL where your Meh backend is hosted. This should be the base URL of your Meh installation. Each of the components will need at least this property to work.
The site identifier for multi-site setups. This corresponds to the site name you configured in your Meh installation.
52
60
53
-
The site identifier for multi-site setups. This corresponds to the site name you configured in your Meh installation.
61
+
```html
62
+
<meh-commentssite="myblog"></meh-comments>
63
+
```
54
64
55
-
```html
56
-
<meh-commentssite="myblog"></meh-comments>
57
-
```
65
+
If not specified, it defaults to "meh".
58
66
59
-
If not specified, it defaults to "meh".
67
+
### `post`
60
68
61
-
*`post`
69
+
This specifies which post the comments belong to. It should be a unique identifier for the page, typically the URL path.
62
70
63
-
* For `meh-comments` and `meh-form`, this specifies which post the comments belong to. It should be a unique identifier for the page, typically the URL path.
0 commit comments