Create config.template.ts

This commit is contained in:
M1r0ku
2025-10-23 00:09:26 +08:00
committed by GitHub
parent a3f6ca4f59
commit 870e0e136e
+9
View File
@@ -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 }
});