We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af55f83 commit e6019eeCopy full SHA for e6019ee
1 file changed
Source code/src/config/applicationConfig.ts
@@ -4,7 +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,
+ // googleFormUrl: null as string | null,
8
+ 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",
@@ -30,4 +31,4 @@ export const APPLICATION_CONFIG = {
30
31
32
// Example usage:
33
// To open applications: set googleFormUrl = "https://forms.google.com/your-form-id"
-// To close applications: set googleFormUrl = null or ""
34
+// To close applications: set googleFormUrl = null or ""
0 commit comments