UNPKG

valaxy-addon-git-log

Version:

Integrates git logs into your page of Valaxy site.

11 lines (9 loc) 186 B
import { defineTheme } from 'valaxy' import { GitLogVitePlugins } from './plugins/main' export default defineTheme({ vite: { plugins: [ ...GitLogVitePlugins, ], }, })