Create config.ts

This commit is contained in:
M1r0ku
2025-10-23 00:10:33 +08:00
committed by GitHub
parent c3e2183065
commit 5b38316f41
+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 }
})