Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add lagon to presets list #20706

Merged
merged 8 commits into from May 9, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/1.getting-started/10.deployment.md
Expand Up @@ -168,9 +168,10 @@ Nuxt 3 can be deployed to several cloud providers with a minimal amount of confi
- :icon{name="ph:cloud-duotone" class="h-5 w-4 inline mb-2"} [Cleavr](https://nitro.unjs.io/deploy/providers/cleavr)
- :icon{name="logos:cloudflare" class="h-5 w-4 inline mb-2"} [CloudFlare](https://nitro.unjs.io/deploy/providers/cloudflare)
- :icon{name="logos:digital-ocean" class="h-5 w-4 inline mb-2"} [DigitalOcean](https://nitro.unjs.io/deploy/providers/digitalocean)
- :icon{name="logos:firebase" class="h-5 w-4 inline mb-2"} [Firebase](https://nitro.unjs.io/deploy/providers/firebase)
- :icon{name="logos:heroku-icon" class="h-5 w-4 inline mb-2"} [heroku](https://nitro.unjs.io/deploy/providers/heroku)
- :icon{name="ph:cloud-duotone" class="h-5 w-4 inline mb-2"} [Edgio](https://nitro.unjs.io/deploy/providers/edgio)
- :icon{name="logos:firebase" class="h-5 w-4 inline mb-2"} [Firebase](https://nitro.unjs.io/deploy/providers/firebase)
- :icon{name="logos:heroku-icon" class="h-5 w-4 inline mb-2"} [Heroku](https://nitro.unjs.io/deploy/providers/heroku)
- :icon{name="logos:lagon" class="h-5 w-4 inline mb-2 text-black dark:text-white"} [Lagon](https://nitro.unjs.io/deploy/providers/lagon)
Atinux marked this conversation as resolved.
Show resolved Hide resolved
- :icon{name="logos:netlify" class="h-5 w-4 inline mb-2"} [Netlify](https://nitro.unjs.io/deploy/providers/netlify)
- :icon{name="simple-icons:render" class="h-5 w-4 inline mb-2"} [Render](https://nitro.unjs.io/deploy/providers/render)
- :icon{name="ph:cloud-duotone" class="h-5 w-4 inline mb-2"} [Stormkit](https://nitro.unjs.io/deploy/providers/stormkit)
Expand Down
12 changes: 12 additions & 0 deletions docs/components/global/LagonIcon.vue
@@ -0,0 +1,12 @@
<template>
<svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1118_933)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.4132 20.303C29.9385 25.566 25.8034 29.9377 20.1411 31.4548C14.4789 32.972 8.71197 31.2537 4.80335 27.4331C8.80034 27.9903 13.6893 27.6621 18.7608 26.3032C23.8322 24.9443 28.2303 22.7841 31.4132 20.303ZM29.9988 8.24401C32.3897 12.8954 30.142 15.0132 27.0424 17.764C24.8949 19.4127 22.3809 20.9447 19.5911 22.2456C13.6926 24.9961 7.79515 26.1383 3.2778 25.7098C2.80869 25.0956 2.38139 24.4433 2.00129 23.756C-0.389561 19.1047 1.85813 16.9869 4.95768 14.236C7.1052 12.5873 9.61921 11.0554 12.409 9.75447C18.3075 7.00395 24.2049 5.86178 28.7223 6.29029C29.1914 6.90446 29.6187 7.55674 29.9988 8.24401ZM11.8589 0.545218C6.19671 2.06241 2.06158 6.43404 0.586909 11.6971C3.76977 9.21597 8.16787 7.05571 13.2393 5.69682C18.3107 4.33794 23.1997 4.00973 27.1967 4.56699C23.2881 0.746404 17.5212 -0.971973 11.8589 0.545218Z" />
</g>
<defs>
<clipPath id="clip0_1118_933">
<rect width="32" height="32" />
</clipPath>
</defs>
</svg>
</template>