Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit cc17e7e

Browse files
committed
fix: remove unused env variable
1 parent 4e3f6be commit cc17e7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const nextConfig = {
55
ALLOW_REGISTRATION: process.env.ALLOW_REGISTRATION,
66
SHOW_HOME_PAGE: process.env.SHOW_HOME_PAGE,
77
MAX_FILE_SIZE: process.env.MAX_FILE_SIZE,
8-
BACKEND_URL: process.env.BACKEND_URL,
98
}
109
}
1110

0 commit comments

Comments
 (0)