Skip to content

Commit

Permalink
chore: support Deno deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Jun 15, 2023
1 parent 30f7c83 commit adfd2f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/LoginForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ if (host.includes('.netlify.app')) {
hosting = { url: 'https://vercel.com/features/edge-functions', title: 'Vercel Edge Functions' }
} else if (host.includes('.lagon.dev')) {
hosting = { url: 'https://lagon.app', title: 'Lagon' }
} else if (host.includes('.deno.dev')) {
hosting = { url: 'https://deno.com/deploy', title: 'Deno Deploy' }
}
const isD1 = host.includes('nuxt-todos-edge.pages.dev')
const { loggedIn } = useUserSession()
Expand Down

0 comments on commit adfd2f7

Please sign in to comment.