Skip to main content
vuepress-theme-hope

vuepress-plugin-copyright2

Append copyright info during copy

Guide 💡Config 🛠

How to use

Install

pnpm add -D vuepress-plugin-copyright2

Usage

// .vuepress/config.ts
import { copyrightPlugin } from "vuepress-plugin-copyright2";

export default {
  plugins: [
    copyrightPlugin({
      // your options
    }),
  ],
};