We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2dc5ef commit 4cef257Copy full SHA for 4cef257
frontend/apply/next.config.ts
@@ -1,5 +1,7 @@
1
-import type {NextConfig} from "next";
+import type { NextConfig } from "next";
2
3
-const nextConfig: NextConfig = {};
+const nextConfig: NextConfig = {
4
+ /* config options here */
5
+};
6
7
export default nextConfig;
0 commit comments