Skip to content

Commit

Permalink
Adjust build config for Next
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindehli committed May 25, 2024
1 parent 9d77616 commit 8449958
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
basePath: "/DecentEditor",
output: "export"
};

export default nextConfig;

0 comments on commit 8449958

Please sign in to comment.