
@@ -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"],