pages/site/.vitepress/theme/index.ts
thepaperpilot 14a570c17b
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 36m50s
Fixed content loading issue
2024-06-18 02:32:30 -05:00

7 lines
140 B
TypeScript

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