Skip to content

Commit b0edfa8

Browse files
authored
chore: add nuxt-content-body-html to see also
1 parent 98d5da1 commit b0edfa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.baserc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"seeAlso": [
3+
{ "repository": "nuxt-content-body-html", "description": "Embed a Mermaid diagram in a Nuxt.js app by providing its diagram string." }
34
{ "repository": "nuxt-mail", "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails." },
45
{ "repository": "nuxt-route-meta", "description": "Adds Nuxt page data to route meta at build time." },
56
{ "repository": "nuxt-modernizr", "description": "Adds a Modernizr build to your Nuxt.js app." },
6-
{ "repository": "nuxt-mermaid-string", "description": "Embed a Mermaid diagram in a Nuxt.js app by providing its diagram string." },
7-
{ "repository": "nuxt-babel-runtime", "description": "Nuxt CLI that supports babel. Inspired by @nuxt/typescript-runtime." }
7+
{ "repository": "nuxt-mermaid-string", "description": "Embed a Mermaid diagram in a Nuxt.js app by providing its diagram string." }
88
]
9-
}
9+
}

0 commit comments

Comments
 (0)