We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1941455 commit df190ebCopy full SHA for df190eb
next.config.ts
@@ -5,6 +5,7 @@ import remarkFrontmatter from 'remark-frontmatter'
5
import remarkMdxFrontmatter from 'remark-mdx-frontmatter'
6
7
const nextConfig: NextConfig = {
8
+ basePath: '/blog',
9
pageExtensions: [
10
'js',
11
'jsx',
0 commit comments