docs: Add cta for github stars
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
import DefaultTheme from 'vitepress/theme';
|
||||
import './custom.css';
|
||||
export default DefaultTheme;
|
||||
import CustomLayout from './CustomLayout.vue';
|
||||
|
||||
export default {
|
||||
...DefaultTheme,
|
||||
Layout: CustomLayout,
|
||||
};
|
||||
|
Reference in New Issue
Block a user