Skip to content

Commit 5024c43

Browse files
committed
refactor(folder): app내의 정적 파일들 외부로 분리
1 parent a49e8f3 commit 5024c43

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import localFont from "next/font/local";
44
import "./globals.css";
55

66
const pretendard = localFont({
7-
src: "./fonts/PretendardVariable.woff2",
7+
src: "../fonts/PretendardVariable.woff2",
88
display: "swap",
99
weight: "45 920",
1010
variable: "--font-pretendard",
File renamed without changes.

app/data/articles/Typescript_React_Rollup으로_풀세트_Component_Library만들기.mdx renamed to data/articles/Typescript_React_Rollup으로_풀세트_Component_Library만들기.mdx

File renamed without changes.

0 commit comments

Comments
 (0)