Skip to content

Commit eda645d

Browse files
committed
added config for standalone output
1 parent 1d9fab3 commit eda645d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
4+
output: "standalone",
45
images: {
56
dangerouslyAllowSVG: true,
67
remotePatterns: [

0 commit comments

Comments
 (0)