Skip to content

Commit 11bd520

Browse files
committed
Add step 5 configurations - test:prod script
1 parent a22979e commit 11bd520

File tree

3 files changed

+348
-0
lines changed

3 files changed

+348
-0
lines changed

Diff for: next.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
reactStrictMode: true,
4+
output: "export",
45
pageExtensions: ["page.tsx", "page.ts", "page.js"],
56
};
67

0 commit comments

Comments
 (0)