Skip to content

Commit

Permalink
chore: deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
ThEditor committed Sep 15, 2024
1 parent 835f80b commit 7aeb33c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ await import("./src/env.js");

/** @type {import("next").NextConfig} */
const config = {
output: "export",
reactStrictMode: true,
};

export default config;

0 comments on commit 7aeb33c

Please sign in to comment.