adding redirect after waitlist success
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"postbuild": "node ./scripts/postbuild.cjs",
|
||||
"postbuild": "node ./scripts/postbuild.cjs",
|
||||
"predeploy": "npm run build",
|
||||
"deploy": "gh-pages -d dist",
|
||||
"build:dev": "vite build --mode development",
|
||||
@@ -83,4 +83,4 @@
|
||||
"vite": "^5.4.19",
|
||||
"gh-pages": "^5.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user