feat: update environment configuration, enhance Dockerfiles, and refactor API handling
This commit is contained in:
@@ -14,7 +14,6 @@ import { PopularTags } from "@/components/popular-tags";
|
||||
import { ThoughtThread } from "@/components/thought-thread";
|
||||
import { buildThoughtThreads } from "@/lib/utils";
|
||||
import { TopFriends } from "@/components/top-friends";
|
||||
import InstallPrompt from "@/components/install-prompt";
|
||||
|
||||
export default async function Home() {
|
||||
const token = (await cookies()).get("auth_token")?.value ?? null;
|
||||
|
Reference in New Issue
Block a user