Skip to content

Commit

Permalink
fix: base link
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet committed Mar 11, 2024
1 parent c58703e commit d1b4272
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
Expand Up @@ -16,6 +16,7 @@ const version = pkg.version;

/** @type {import('next').NextConfig} */
const moduleExports = {
basePath: "/template",
pageExtensions: ["js", "jsx", "mdx", "ts", "tsx"],
reactStrictMode: true,
swcMinify: true,
Expand Down

0 comments on commit d1b4272

Please sign in to comment.