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 6720d7f commit 94e91d9Copy full SHA for 94e91d9
src/routes/join/+page.svelte
@@ -2,6 +2,6 @@
2
import { browser } from '$app/environment'
3
4
if (browser) {
5
- window.location.href = 'https://docs.google.com/forms/d/e/1FAIpQLSfnqFFs9S28zCQWBjYOmcVEUEcVhjNegXHpnufk4es6Dvq23Q/viewform'
+ window.location.href = 'https://forms.gle/c6Jpiv5gmhhLiWuY6'
6
}
7
</script>
0 commit comments