pages/site/.vitepress/theme/index.ts
thepaperpilot ba419df6ed
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m5s
Fix build issue
2024-06-15 09:50:22 -05:00

7 lines
126 B
TypeScript

import DefaultTheme from 'vitepress/theme';
import Layout from './Layout.vue';
export default {
...DefaultTheme,
Layout
};