@gracefullight/docusaurus-plugin-microsoft-clarity
v1.0.0
Published
This Docusaurus plugin adds support for Microsoft Clarity on your website.
Downloads
1,020
Maintainers
Readme
@gracefullight/docusaurus-plugin-microsoft-clarity
This Docusaurus plugin adds support for Microsoft Clarity on your website.
Installation
You can install this plugin via pnpm:
pnpm add @gracefullight/docusaurus-plugin-microsoft-clarity
Usage
To use this plugin, you will need to configure it in your Docusaurus docusaurus.config.js
file. You can add the following configuration to enable the plugin:
module.exports = {
plugins: [
[
"@gracefullight/docusaurus-plugin-microsoft-clarity",
{ projectId: "YOUR_PROJECT_ID" },
],
],
};
You need to replace "YOUR_PROJECT_ID" with your own Microsoft Clarity project ID.