Skip to content

Commit

Permalink
add export
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudLun committed Dec 11, 2023
1 parent 09b0ae6 commit 17ebc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
trailingSlash: true,
// output: "export",
output: "export",
};

module.exports = nextConfig;

0 comments on commit 17ebc1e

Please sign in to comment.