We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fd3c8 commit 078a16bCopy full SHA for 078a16b
docs/rspress.config.ts
@@ -3,7 +3,6 @@ import { defineConfig } from "rspress/config";
3
4
export default defineConfig({
5
root: path.join(__dirname, "docs"), // 마크다운, index.md 등 위치
6
- base: "/cloud-push/", // ✅ GitHub Pages 경로 기준
7
title: "Cloud Push",
8
icon: "/logo.png",
9
logo: {
0 commit comments