Skip to content

Commit b8e83e6

Browse files
Revise comments and parameter sections in nuxt.md
Updated comments and parameter headings in Nuxt documentation.
1 parent e98fade commit b8e83e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_docs/31_integrations/00_nuxt.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ export default defineNuxtConfig({
3434
// ...
3535
modules: ["@simpleanalytics/nuxt"],
3636
simpleAnalytics: {
37-
// hostname: "example.com", // optional, uses SIMPLE_ANALYTICS_HOSTNAME if not set
37+
// optional, uses SIMPLE_ANALYTICS_HOSTNAME if not set
38+
// hostname: "example.com",
3839
},
3940
});
4041
```
@@ -103,7 +104,7 @@ export default defineEventHandler(async (event) => {
103104

104105
Tracks a pageview on the server.
105106

106-
**Parameters:**
107+
#### Parameters
107108

108109
- `options` (object):
109110
- `hostname` (string): Your Simple Analytics hostname
@@ -116,7 +117,7 @@ Tracks a pageview on the server.
116117

117118
Tracks a custom event on the server.
118119

119-
**Parameters:**
120+
#### Parameters
120121

121122
- `eventName` (string): Name of the event to track
122123
- `options` (object):

0 commit comments

Comments
 (0)