Skip to main content
vuepress-theme-hope

vuepress-plugin-copyright2

Append copyright info during copy

Get StartedConfig

How to use

Install

pnpm
pnpm add -D vuepress-plugin-copyright2

Usage

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

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