feat: Добавить VitePress

This commit is contained in:
2026-07-25 17:56:16 +03:00
parent cfcff10c58
commit 6f6e4896af
80 changed files with 4663 additions and 665 deletions

5
site/vite.config.mts Normal file
View File

@@ -0,0 +1,5 @@
import { fileURLToPath } from 'node:url'
export default {
publicDir: fileURLToPath(new URL('./public', import.meta.url)),
}