We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbd19a commit 47cab06Copy full SHA for 47cab06
docs/rspress.config.ts
@@ -3,6 +3,7 @@ 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