Skip to content

Commit 430817c

Browse files
docs: add SvelteKit framework guide and fix baseUrl parameter in Next… (#91)
* docs: add SvelteKit framework guide and fix baseUrl parameter in Next.js guide * docs: remove reference to non-existent random value generation button * add community callout --------- Co-authored-by: Shawn Erquhart <shawn@erquh.art>
1 parent 7f49b97 commit 430817c

File tree

4 files changed

+556
-2
lines changed

4 files changed

+556
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"title": "Framework Guides",
3-
"pages": ["react", "expo", "tanstack-start", "next"],
3+
"pages": ["react", "expo", "tanstack-start", "next", "sveltekit"],
44
"defaultOpen": true
55
}

docs/content/docs/framework-guides/next.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ description: Install and configure Convex + Better Auth for Next.js.
6565
<div className="fd-step">
6666
### Set environment variables
6767

68-
Generate a secret for encryption and generating hashes. Use the command below if you have openssl installed, or use the button to generate a random value instead. Or generate your own however you like.
68+
Generate a secret for encryption and generating hashes. Use the command below if you have openssl installed, or generate your own however you like.
6969

7070
```shell
7171
npx convex env set BETTER_AUTH_SECRET=$(openssl rand -base64 32)

0 commit comments

Comments
 (0)