9 lines
		
	
	
		
			178 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			178 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import DefaultTheme from 'vitepress/theme';
 | |
| import './custom.css';
 | |
| import CustomLayout from './CustomLayout.vue';
 | |
| 
 | |
| export default {
 | |
|   ...DefaultTheme,
 | |
|   Layout: CustomLayout,
 | |
| };
 | 
