Skip to content

Commit

Permalink
๐Ÿ’… style: ์Šคํ† ๋ฆฌ๋ถ์— ํฐํŠธ ์ ์šฉ ์‹œ๋„ #8
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Jul 31, 2024
1 parent bbf7a5c commit c81d308
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ const config: StorybookConfig = {
name: "@storybook/nextjs",
options: {},
},
staticDirs: ["../public", "../src/app/layout"],
// TODO: ํฐํŠธ๊ฐ€ ๋จน์—ฌ์กŒ๋Š”์ง€ ์˜๋ฌธ
staticDirs: [
"../public",
{
from: "../src/app/fonts",
to: "src/app/fonts",
},
],
features: {
experimentalRSC: true,
},
Expand Down
2 changes: 1 addition & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import type { Preview } from "@storybook/react";
import React from "react";

import { Pretendard } from "../src/app/layout";
import "../src/styles/globals.css";
import "../src/styles/theme.css";
import { cn } from "../src/utils/cn";
import { Pretendard } from "../src/app/layout";

const preview: Preview = {
parameters: {
Expand Down

0 comments on commit c81d308

Please sign in to comment.