Skip to content

Commit 4018416

Browse files
committed
Fix: Added output as export in next config file
1 parent d762885 commit 4018416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/hestia/next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const withPWA = require("next-pwa")({
1616
});
1717

1818
const nextConfig = {
19+
output: "export",
1920
transpilePackages: ["@orderbook/core"],
2021
reactStrictMode: false,
2122
generateBuildId: async () => {

0 commit comments

Comments
 (0)