Skip to content

Commit

Permalink
we're on vercel now
Browse files Browse the repository at this point in the history
  • Loading branch information
vernaillen committed Feb 1, 2025
1 parent 71181a8 commit f7cf8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (import.meta.client) {
&& hostname !== 'localhost'
&& hostname !== '127.0.0.1'
&& !hostname.startsWith('10.0.2.')
&& !hostname.includes('netlify.app')
&& !hostname.includes('vercel.app')
) { window.location.href = 'https://links.vernaillen.dev' }
}
</script>
Expand Down

0 comments on commit f7cf8ba

Please sign in to comment.