Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudLun committed Nov 28, 2023
1 parent 3a05be2 commit d04c814
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
trailingSlash: true,
output: "export",
};

module.exports = nextConfig
module.exports = nextConfig;

0 comments on commit d04c814

Please sign in to comment.