Skip to content

Commit df190eb

Browse files
committed
feat: bathPath 설정 추가
1 parent 1941455 commit df190eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import remarkFrontmatter from 'remark-frontmatter'
55
import remarkMdxFrontmatter from 'remark-mdx-frontmatter'
66

77
const nextConfig: NextConfig = {
8+
basePath: '/blog',
89
pageExtensions: [
910
'js',
1011
'jsx',

0 commit comments

Comments
 (0)