Skip to content

Commit

Permalink
GH Actions: add custom Deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor Khomiak committed Jun 6, 2024
1 parent f3b4382 commit 485c499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = { output: "export" };

export default nextConfig;

0 comments on commit 485c499

Please sign in to comment.