Create config.template.ts
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
import { defineConfig } from 'vitepress';
|
||||||
|
import sidebar from './sidebar.mjs';
|
||||||
|
|
||||||
|
export default defineConfig({
|
||||||
|
title: 'Sec-Interview',
|
||||||
|
description: '安全面试笔记',
|
||||||
|
base: '/Sec-Interview/',
|
||||||
|
themeConfig: { sidebar }
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user