thepaperpilot
14a570c17b
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 36m50s
7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
import DefaultTheme from 'vitepress/theme-without-fonts';
|
|
import Layout from './Layout.vue';
|
|
|
|
export default {
|
|
...DefaultTheme,
|
|
Layout
|
|
};
|