Skip to content

Commit

Permalink
try empty basePath
Browse files Browse the repository at this point in the history
  • Loading branch information
podborski committed Jan 3, 2024
1 parent a03fcc1 commit abe9804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import createMDX from "@next/mdx";

/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: "/",
basePath: "",
output: "export",
pageExtensions: ["ts", "tsx", "mdx"],
env: {
Expand Down

0 comments on commit abe9804

Please sign in to comment.