Skip to content

Commit

Permalink
feat: add basePath configuration for 2025 in next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Nov 18, 2024
1 parent 294a5a5 commit 7e8eeac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
basePath: "/2025",
trailingSlash: true,
distDir: "dist",
};
Expand Down

0 comments on commit 7e8eeac

Please sign in to comment.