We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d2482 commit 8d8b845Copy full SHA for 8d8b845
.github/workflows/deploy-marimo-wasm.yml
@@ -49,11 +49,11 @@ jobs:
49
run: pixi run make fe
50
51
- name: Build the dist directory for marimo
52
- run: pixi run bash scripts/build_marimo_static_dist.sh marimo_dist marimo.opensource.observer
+ run: pixi run bash scripts/build_marimo_static_dist.sh marimo_dist marimo.oso.xyz
53
54
- name: Create _redirects file for Cloudflare Pages
55
run: |
56
- echo "/notebook/api/* https://www.opensource.observer/api/v1/marimo/:splat 307" > marimo_dist/_redirects
+ echo "/notebook/api/* https://www.oso.xyz/api/v1/marimo/:splat 307" > marimo_dist/_redirects
57
58
- name: Create _headers file for Cloudflare Pages for CORS
59
0 commit comments