Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KoriIku authored Oct 8, 2024
1 parent f1d4fb4 commit a627c87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ Luxirty Search 基于 Google 的可编程自定义搜索引擎(Google cse),允

(可选)如果你想使用自己的cse,只需设置环境变量 `VITE_GOOGLE_CSE_CX` ,从这里创建你的 cse 并获取 cx: https://programmablesearchengine.google.com/about/。

## 一键部署
目前好像会出现使用 vercel 部署后,搜索出现 404: NOT_FOUND 的问题,等修。(实话说我也不太懂怎么修,大佬救救。)
## 一键部署(推荐)
### Deploy with Vercel
(搜索页404的问题已修复)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FKoriIku%2Fluxiry-search&project-name=luxirty-search&repository-name=luxirty-search)

### Deploy to Netlify
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/KoriIku/luxirty-search)

### Docker 运行
### Docker 运行 (WIP)
`docker run --rm -p 80:80 ghcr.io/shadowofmoo/luxirty-search`

# 开发
Expand Down

0 comments on commit a627c87

Please sign in to comment.