File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- # Superstack
1
+ # Resonant
2
2
3
- This is the monorepo for the Superstack app built on [ Turborepo] ( https://turbo.build/repo ) .
3
+ This is the monorepo for the Resonant app built on [ Turborepo] ( https://turbo.build/repo ) .
4
4
5
5
Make sure you have ` turbo ` [ installed globally] ( https://turbo.build/repo/docs/installing#install-globally )
6
6
Original file line number Diff line number Diff line change 29
29
"http://localhost:3000" ,
30
30
"http://localhost:8080" ,
31
31
"https://app-superstack.vercel.app"
32
+ "https://resonant.vercel.app"
32
33
]
33
34
34
35
app .add_middleware (
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
- name = " superstack "
2
+ name = " resonant "
3
3
version = " 0.1.0"
4
4
description = " "
5
5
authors = [
" Henry Nguyen <[email protected] >" ]
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { Topics } from "@/components/Topics";
5
5
import { Toaster } from "@/components/ui/toaster" ;
6
6
import { createServerComponentClient } from "@supabase/auth-helpers-nextjs" ;
7
7
import { cookies } from "next/headers" ;
8
- import Link from "next/link" ;
9
8
import { redirect } from "next/navigation" ;
10
9
import { Providers } from "../providers" ;
11
10
@@ -30,10 +29,10 @@ export default async function RootLayout({
30
29
31
30
return (
32
31
< Providers >
33
- < div className = "mx-auto p-8 lg:max-w-2xl" >
34
- < Link href = "/" className = "text-2xl font-bold" >
35
- Superstack
36
- </ Link >
32
+ < div className = "mx-auto px-8 py-4 lg:max-w-2xl" >
33
+ { /* <Link href="/" className="text-2xl font-bold">
34
+ Resonant
35
+ </Link> */ }
37
36
< Topics />
38
37
< Search />
39
38
{ children }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { Providers } from "./providers";
8
8
export const dynamic = "force-dynamic" ;
9
9
10
10
export const metadata : Metadata = {
11
- title : "Superstack " ,
11
+ title : "Resonant " ,
12
12
description : "A digital feed for the intellectually curious" ,
13
13
} ;
14
14
const inter = Inter ( { subsets : [ "latin" ] } ) ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export async function NavBar({
23
23
< div className = "border-b" >
24
24
< div className = "flex h-16 items-center justify-between px-4" >
25
25
< Link href = "/" className = "text-xl font-bold" >
26
- Superstack
26
+ Resonant
27
27
</ Link >
28
28
< UserNav user = { user } />
29
29
</ div >
Original file line number Diff line number Diff line change 15
15
"turbo" : " latest"
16
16
},
17
17
"packageManager" :
" [email protected] " ,
18
- "name" : " superstack -monorepo"
18
+ "name" : " resonant -monorepo"
19
19
}
You can’t perform that action at this time.
0 commit comments