diff --git a/README.md b/README.md index bfb63342a..d2abf24b8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Stack Logo](/.github/assets/logo.png)](https://hexclave.com) +[![Hexclave Logo](/.github/assets/logo.png)](https://hexclave.com)

📘 Docs @@ -13,7 +13,7 @@ Hexclave is a managed user authentication solution. It is developer-friendly and Hexclave gets you started in just five minutes, after which you'll be ready to use all of its features as you grow your project. Our managed service is completely optional and you can export your user data and self-host, for free, at any time. -We support Next.js, React, and JavaScript frontends, along with any backend that can use our [REST API](https://docs.hexclave.com/api/overview). Check out our [setup guide](https://docs.hexclave.com/docs/next/getting-started/setup) to get started. +We support Next.js, React, and JavaScript frontends, along with any backend that can use our [REST API](https://docs.hexclave.com/api/overview). Check out our [setup guide](https://docs.hexclave.com/getting-started/setup) to get started.
Hexclave Setup @@ -192,5 +192,5 @@ Note: When working with AI, you should keep a terminal tab with the dev server o ## ❤ Contributors - + diff --git a/docs-mintlify/docs.json b/docs-mintlify/docs.json index d6286ca52..8283bb652 100644 --- a/docs-mintlify/docs.json +++ b/docs-mintlify/docs.json @@ -219,7 +219,7 @@ "footer": { "socials": { "x": "https://x.com/stack_auth", - "github": "https://github.com/hexclave/stack", + "github": "https://github.com/hexclave/hexclave", "discord": "https://discord.hexclave.com" } }, diff --git a/examples/tanstack-start-demo/vite.config.ts b/examples/tanstack-start-demo/vite.config.ts index 29e112b14..3b32df39f 100644 --- a/examples/tanstack-start-demo/vite.config.ts +++ b/examples/tanstack-start-demo/vite.config.ts @@ -73,7 +73,7 @@ export default defineConfig(({ mode }) => { dedupe: ["react", "react-dom"], }, ssr: { - noExternal: [/^@stackframe\//, /^@radix-ui\//], + noExternal: [/^@hexclave\//, /^@radix-ui\//], }, optimizeDeps: { include: ["@hexclave/shared", "@hexclave/shared/config"],