File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import "./globals.css";
33import { Nav } from "../src/components/Nav" ;
44import { Clerk } from "../src/components/Auth/clerk" ;
55import { Toaster } from "../src/components/ui/toaster" ;
6- import { Footer } from "../src/features/footer" ;
76import { Metadata } from "next" ;
87import { JSChileApolloProvider } from "../src/components/ApolloProvider" ;
98
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ export const Clerk = ({ children }: Props) => {
1010 return (
1111 < ClerkProvider
1212 isSatellite = { process . env . NEXT_PUBLIC_CLERK_IS_SATELLITE === "true" }
13- domain = { ( url ) => url . host }
14- signInUrl = {
15- process . env . NEXT_PUBLIC_SIGN_IN_URL
16- ? process . env . NEXT_PUBLIC_SIGN_IN_URL
17- : undefined
18- }
13+ domain = { ( url ) => "jsconf.dev" }
14+ // signInUrl={
15+ // process.env.NEXT_PUBLIC_SIGN_IN_URL
16+ // ? process.env.NEXT_PUBLIC_SIGN_IN_URL
17+ // : undefined
18+ // }
1919 publishableKey = { process . env . NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }
2020 >
2121 { children }
You can’t perform that action at this time.
0 commit comments