We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcf8f3 commit 9483c55Copy full SHA for 9483c55
1 file changed
Source code/src/config/applicationConfig.ts
@@ -4,8 +4,8 @@
4
export const APPLICATION_CONFIG = {
5
// Google Form URL - set this when applications are open
6
// Set to null or empty string to show "Application Closed" page
7
- // googleFormUrl: null as string | null,
8
- googleFormUrl: "https://forms.gle/xEsCjBCaqRBW7FsY7",
+ googleFormUrl: null,
+ //googleFormUrl: "https://forms.gle/xEsCjBCaqRBW7FsY7",
9
10
// Alternative: You can also set this to a different application system URL
11
// applicationUrl: "https://your-application-system.com/apply",
0 commit comments