mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-29 07:49:10 +00:00
Move to Docker build without Vercel
This commit is contained in:
parent
16221dec61
commit
1e6059f745
16 changed files with 160 additions and 627 deletions
|
@ -3,7 +3,6 @@ import Logo from './logo.svelte';
|
|||
import LogoIcon from '$lib/assets/logo-icon.png';
|
||||
import Github from './github.svelte';
|
||||
import Svelte from './svelte.svelte';
|
||||
import Vercel from './vercel.svelte';
|
||||
import LinkedIn from './linkedin.svelte';
|
||||
|
||||
export type Icon = LucideIcon;
|
||||
|
@ -13,6 +12,5 @@ export const Icons = {
|
|||
logoIcon: LogoIcon,
|
||||
gitHub: Github,
|
||||
svelte: Svelte,
|
||||
vercel: Vercel,
|
||||
linkedIn: LinkedIn
|
||||
};
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
<svg
|
||||
width="15"
|
||||
height="15"
|
||||
viewBox="0 0 15 15"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
{...$$restProps}
|
||||
><path
|
||||
d="M7.49998 1L6.92321 2.00307L1.17498 12L0.599976 13H1.7535H13.2464H14.4L13.825 12L8.07674 2.00307L7.49998 1ZM7.49998 3.00613L2.3285 12H12.6714L7.49998 3.00613Z"
|
||||
fill="currentColor"
|
||||
fill-rule="evenodd"
|
||||
clip-rule="evenodd"
|
||||
></path></svg
|
||||
>
|
Before Width: | Height: | Size: 373 B |
|
@ -26,13 +26,13 @@
|
|||
</div>
|
||||
<Separator orientation="vertical" />
|
||||
<div>
|
||||
<span class="hidden sm:inline">Hosted on</span>
|
||||
<span class="hidden sm:inline">Selfhosted with</span>
|
||||
<Cloud class="inline h-[1rem] w-[1rem] sm:hidden" />
|
||||
<a
|
||||
href={siteConfig.links.vercel}
|
||||
href={siteConfig.links.coolify}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
class="font-medium underline underline-offset-4">Vercel</a
|
||||
class="font-medium underline underline-offset-4">Coolify</a
|
||||
>
|
||||
</div>
|
||||
<Separator orientation="vertical" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue