Skip to content

Commit

Permalink
-remove backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
donis3 committed Dec 25, 2023
1 parent f55dd97 commit 3835efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const nextConfig = {
pageExtensions: ["js", "jsx", "mdx", "ts", "tsx"],
// Optionally, add any other Next.js config below
output: "export", // Will export all routes as static html
basePath: "/next-mdx-static-blog/",
basePath: "/next-mdx-static-blog",
};

const withMDX = createMDX({
Expand Down

0 comments on commit 3835efa

Please sign in to comment.