Skip to content

Commit 25c4291

Browse files
JimmyLvclaude
andcommitted
feat: migrate deployment from Vercel to Cloudflare Pages
- Replace Vercel with Cloudflare Pages for static site hosting - Add wrangler as devDependency for CLI deployment - Update all URLs from styled-roam.vercel.app to styled-roam.pages.dev - Switch from yarn to bun as package manager Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b991e94 commit 25c4291

File tree

4 files changed

+3802
-10269
lines changed

4 files changed

+3802
-10269
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Roam Research ✍️ Writing with your lovely cards 🧩 and beautiful theme
1010

1111
## Quick Start
1212

13-
https://vercel.com/jimmylv/styled-roam/deployments
13+
Deployed via [Cloudflare Pages](https://pages.cloudflare.com/)
1414

1515
1. Add a `{{[[roam/js]]}}` block firstly
1616
2. Add a **CHILD** block `/JavaScript Code Block` with this code...
1717

1818
```js
19-
window.URLScriptServer = `https://styled-roam.vercel.app/`
19+
window.URLScriptServer = `https://styled-roam.pages.dev/`
2020
window.styledRoamDisabledFeatures = [
2121
// 'CardListMode',
2222
// 'CardFlowMode',
@@ -63,7 +63,7 @@ Related Twitter:
6363
配合 Candy 主题食用最佳,当然其他主题也好看,😉
6464

6565
```css
66-
@import url('https://styled-roam.vercel.app/Candy.css');
66+
@import url('https://styled-roam.pages.dev/Candy.css');
6767
```
6868

6969
## References

0 commit comments

Comments
 (0)