Skip to content

Commit b1615fa

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 47298d6 commit b1615fa

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

app/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import type { Metadata } from "next";
22
import { Noto_Sans, Noto_Sans_Mono } from "next/font/google";
33
import "./globals.css";
44

5-
export const runtime = "edge";
6-
75
const notoSans = Noto_Sans({
86
subsets: ["latin"],
97
weight: ["400", "700"],

app/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import {
1212
import { FaPencil } from "react-icons/fa6";
1313
import { SiBluesky, SiHono, SiZenn } from "react-icons/si";
1414

15-
export const runtime = "edge";
16-
1715
export default function Home() {
1816
return (
1917
<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">
File renamed without changes.

0 commit comments

Comments
 (0)