threepipe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 123B

12345
  1. // .vitepress/theme/index.js
  2. import DefaultTheme from 'vitepress/theme'
  3. import './custom.css'
  4. export default DefaultTheme