mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-15 16:53:42 +08:00
feat: add Cloudflare Pages configuration via wrangler.toml
This commit is contained in:
@@ -155,7 +155,13 @@ docker run -d -p 3000:3000 -e ACCESS_PASSWORD=your_secret_password --name kvideo
|
||||
|
||||
|
||||
|
||||
#### 选项 1:Vercel 一键部署(推荐)
|
||||
#### 选项 1:Cloudflare Pages 一键部署(推荐)
|
||||
|
||||
<a href="https://deploy.workers.cloudflare.com/?url=https://github.com/KuekHaoYang/KVideo">
|
||||
<img src="https://deploy.workers.cloudflare.com/button" alt="Deploy to Cloudflare Pages" />
|
||||
</a>
|
||||
|
||||
#### 选项 2:Vercel 一键部署
|
||||
|
||||
[](https://vercel.com/new/clone?repository-url=https://github.com/KuekHaoYang/KVideo)
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
name = "kvideo"
|
||||
pages_build_output_dir = ".vercel/output/static"
|
||||
compatibility_date = "2025-11-17"
|
||||
compatibility_flags = ["nodejs_compat"]
|
||||
Reference in New Issue
Block a user