You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/layout.tsx
+1-14Lines changed: 1 addition & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,6 @@
1
1
importtype{Metadata,Viewport}from"next";
2
-
import{Geist,Geist_Mono}from"next/font/google";
3
2
import"./globals.css";
4
3
5
-
constgeistSans=Geist({
6
-
variable: "--font-geist-sans",
7
-
subsets: ["latin"],
8
-
});
9
-
10
-
constgeistMono=Geist_Mono({
11
-
variable: "--font-geist-mono",
12
-
subsets: ["latin"],
13
-
});
14
-
15
4
exportconstmetadata: Metadata={
16
5
title: "Secure DoH Proxy | Fast & Privacy-First DNS",
17
6
description: "High-performance, multi-upstream DNS over HTTPS proxy deployed on Cloudflare Edge. Support for Cloudflare, Google, AliDNS, DNSPod, and custom providers.",
@@ -35,9 +24,7 @@ export default function RootLayout({
0 commit comments