Delete docs/.vitepress directory

This commit is contained in:
雾島风起時
2026-01-02 01:20:35 +08:00
committed by GitHub
parent 3c86343857
commit 808cbcd44f
-9
View File
@@ -1,9 +0,0 @@
import { defineConfig } from 'vitepress'
import sidebar from './sidebar.mjs'
export default defineConfig({
title: 'Sec-Interview',
description: '安全面试笔记',
base: '/Sec-Interview/',
themeConfig: { sidebar }
})