We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7e5b2 commit dc55971Copy full SHA for dc55971
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
VITE_POSTHOG_API_KEY: ${{ secrets.VITE_POSTHOG_API_KEY }}
44
VITE_POSTHOG_HOST: ${{ secrets.VITE_POSTHOG_HOST }}
45
# Disable public registration for production
46
- VITE_ENABLE_PUBLIC_REGISTRATION: "true"
+ VITE_ENABLE_PUBLIC_REGISTRATION: "false"
47
# Set to production to enable console stripping
48
NODE_ENV: production
49
run: npm run build
0 commit comments