Skip to content

Commit

Permalink
add default path
Browse files Browse the repository at this point in the history
  • Loading branch information
ollylucl committed May 31, 2024
1 parent 816cc69 commit c07655a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: "/about",
output: "export", // <=== enables static exports
reactStrictMode: true,
};
Expand Down

0 comments on commit c07655a

Please sign in to comment.