Skip to content

Commit

Permalink
VITE_
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 19, 2025
1 parent f2d3d31 commit d73b8e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/site-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const navigation: Array<NavGroup> = [
{ title: "Expo", href: "/getting-started/expo" },
{ title: "Next.js App Router", href: "/getting-started/appdir" },
{ title: "Next.js Pages Router", href: "/getting-started/pagedir" },
{ title: "Remix", href: "/getting-started/remix" },
{ title: "Remix / React Router", href: "/getting-started/remix" },
{ title: "SolidStart", href: "/getting-started/solid" },
{ title: "SvelteKit", href: "/getting-started/svelte" },
{ title: "Tanstack/Start", href: "/getting-started/tanstack-start" },
Expand Down
2 changes: 1 addition & 1 deletion examples/with-clerk-react-router/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Go to https://uploadthing.com/dashboard to get your token
UPLOADTHING_TOKEN='...'

CLERK_PUBLISHABLE_KEY=YOUR_PUBLISHABLE_KEY
VITE_CLERK_PUBLISHABLE_KEY=YOUR_PUBLISHABLE_KEY
CLERK_SECRET_KEY=YOUR_SECRET_KEY

0 comments on commit d73b8e4

Please sign in to comment.