Skip to content

Commit 4cef257

Browse files
committed
chores: Revert next.config.ts
1 parent d2dc5ef commit 4cef257

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

frontend/apply/next.config.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
import type {NextConfig} from "next";
1+
import type { NextConfig } from "next";
22

3-
const nextConfig: NextConfig = {};
3+
const nextConfig: NextConfig = {
4+
/* config options here */
5+
};
46

57
export default nextConfig;

0 commit comments

Comments
 (0)