Skip to content

Commit

Permalink
docs: configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kyechan99 committed Oct 12, 2024
1 parent 02efaf7 commit ce73871
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ type EditorStyleType = {
};
sidebar: {
width: number;
mobileWidth: number;
mobileViewport: number;
};
wave: {
height: number;
Expand Down
2 changes: 2 additions & 0 deletions apps/www/posts/docs/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ type EditorStyleType = {
};
sidebar: {
width: number;
mobileWidth: number;
mobileViewport: number;
};
wave: {
height: number;
Expand Down
2 changes: 1 addition & 1 deletion apps/www/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default async function RootLayout({ children }: { children: React.ReactNo
<html data-theme="" lang="kr" suppressHydrationWarning={true}>
<head>
<meta name="google-site-verification" content="CPBHSXOcqx3RLJ-Pn1Vr34l30UqV46HXj7Et7LsCM7U" />
<meta name="naver-site-verification" content="32b3ee031edf2f6c12c44c12006d46b903de6110" />
<link rel="icon" href="/bmates/favicon.ico" sizes="any" />
</head>
<body className={notoSansKr.className}>
<Provider>{children}</Provider>
Expand Down

0 comments on commit ce73871

Please sign in to comment.