Skip to content

Commit

Permalink
add static output to next config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryun1 committed Feb 5, 2025
1 parent 299a81d commit 1d9f9d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export', // Required for static export
serverExternalPackages: ["@meshsdk/core", "@meshsdk/core-cst", "@meshsdk/react"],
reactStrictMode: true,
webpack: function (config, options) {
Expand Down

0 comments on commit 1d9f9d1

Please sign in to comment.