diff --git a/.changeset/gentle-islands-prove.md b/.changeset/gentle-islands-prove.md new file mode 100644 index 0000000..c97ecd1 --- /dev/null +++ b/.changeset/gentle-islands-prove.md @@ -0,0 +1,6 @@ +--- +"next-auth-template-one-to-one": minor +"next-auth-template": patch +--- + +chore(one-to-one): remove local fonts as they are not being used diff --git a/templates/one-to-one/src/app/(app)/app/layout.tsx b/templates/one-to-one/src/app/(app)/app/layout.tsx index e10d6cb..68fd189 100644 --- a/templates/one-to-one/src/app/(app)/app/layout.tsx +++ b/templates/one-to-one/src/app/(app)/app/layout.tsx @@ -1,16 +1,5 @@ -import localFont from "next/font/local" import "../../globals.css" -const geistSans = localFont({ - src: "../../fonts/GeistVF.woff", - variable: "--font-geist-sans", - weight: "100 900", -}) -const geistMono = localFont({ - src: "../../fonts/GeistMonoVF.woff", - variable: "--font-geist-mono", - weight: "100 900", -}) import { fetchCurrentUser } from "@/actions/user/fetch-current-user" import { AppSidebar } from "@/components/layout/app-sidebar" import { @@ -45,9 +34,7 @@ export default async function AppLayout({ return ( -
+