Skip to content

Commit

Permalink
Merge pull request #182 from rjdellecese/scroll-boats
Browse files Browse the repository at this point in the history
Update for new domain
rjdellecese authored Dec 5, 2024

Verified

This commit was signed with the committer’s verified signature.
GromNaN Jérôme Tamarelle
2 parents 15f9237 + cdf92f5 commit 730b065
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scroll

[📜 scroll.ink](https://scroll.ink)
[📜 Live Demo 📜](https://scroll.boats)

Scroll is a prototype of an infinite-scrolling note-taking app, built on [Convex](https://www.convex.dev/) with ProseMirror. Collaborative editing is supported via [ProseMirror's collab module](https://prosemirror.net/docs/ref/#collab) (which employs Operational Transformation, or OT), and its implementation is based on [this example implementation in the ProseMirror guide](https://prosemirror.net/docs/guide/#collab).

2 changes: 1 addition & 1 deletion src/clerk-publishable-key.ts
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ import type { Stage } from "~src/elm-ts/stage";

export const fromStage = (stage: Stage): string =>
match(stage)
.with("Production", () => "pk_live_Y2xlcmsuc2Nyb2xsLmluayQ")
.with("Production", () => "pk_live_Y2xlcmsuc2Nyb2xsLmJvYXRzJA")
.with(
"Development",
() => "pk_test_Y2xlcmsuY29uY2lzZS5lc2NhcmdvdC0xOC5sY2wuZGV2JA",
2 changes: 1 addition & 1 deletion src/convex/auth.config.js
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ export default {
applicationID: "convex",
},
{
domain: "https://clerk.scroll.ink/",
domain: "https://clerk.scroll.boats/",
applicationID: "convex",
},
],

0 comments on commit 730b065

Please sign in to comment.