Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 790 Bytes

File metadata and controls

22 lines (13 loc) · 790 Bytes

Docs - by Vite Press

Vite Press Getting Started

Usage

以部署在 GitHub 为例。

vite 构建配置

请参考:Configuration

GitHub Action 配置

请参考Deploying配置 GitHub workflow 文件。

注意事项

  1. GitHub 目前仅支持与用户/组织同名的仓库发布 Page,具体可查看:About GitHub Pages . 这里以simplelearncoding.github.io为例。如需更多支持,可以自行创建 organization。
  2. docs/.vitepress/config.ts 中的base属性应该为'',而不是其他。