We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47298d6 commit b1615faCopy full SHA for b1615fa
app/layout.tsx
@@ -2,8 +2,6 @@ import type { Metadata } from "next";
2
import { Noto_Sans, Noto_Sans_Mono } from "next/font/google";
3
import "./globals.css";
4
5
-export const runtime = "edge";
6
-
7
const notoSans = Noto_Sans({
8
subsets: ["latin"],
9
weight: ["400", "700"],
app/page.tsx
@@ -12,8 +12,6 @@ import {
12
import { FaPencil } from "react-icons/fa6";
13
import { SiBluesky, SiHono, SiZenn } from "react-icons/si";
14
15
16
17
export default function Home() {
18
return (
19
<div className="min-h-screen bg-gradient-to-br from-gray-900 to-gray-800 py-12 px-4 sm:px-6 lg:px-8">
app/favicon.ico renamed to public/favicon.ico
0 commit comments