Eren-Sama commited on
Commit ·
6cdea03
1
Parent(s): 53e1531
Remove output: standalone for Vercel compatibility
Browse files- frontend/next.config.ts +0 -1
frontend/next.config.ts
CHANGED
|
@@ -2,7 +2,6 @@ import type { NextConfig } from "next";
|
|
| 2 |
|
| 3 |
const nextConfig: NextConfig = {
|
| 4 |
reactCompiler: true,
|
| 5 |
-
output: "standalone",
|
| 6 |
|
| 7 |
async headers() {
|
| 8 |
return [
|
|
|
|
| 2 |
|
| 3 |
const nextConfig: NextConfig = {
|
| 4 |
reactCompiler: true,
|
|
|
|
| 5 |
|
| 6 |
async headers() {
|
| 7 |
return [
|