Update iso download links to use the cdn

This commit is contained in:
harderthanfire 2023-01-15 00:17:55 +00:00
parent a7d65beec3
commit a8f37f8f47

View File

@ -25,7 +25,7 @@ const meta = {
<Hero
callToAction={{
text: "Get PikaOS",
href: "https://pikaos.ferreo.dev/PikaOS-Gnome-2210-amd64_23.01.14.iso",
href: "https://cdn.ferreo.dev/PikaOS-Gnome-2210-amd64_23.01.14.iso",
icon: "tabler:download",
}}
callToAction2={{ text: "Learn more", href: "#features" }}
@ -254,7 +254,7 @@ const meta = {
<CallToAction
callToAction={{
text: "Download ISO",
href: "https://pikaos.ferreo.dev/PikaOS-Gnome-2210-amd64_23.01.14.iso",
href: "https://cdn.ferreo.dev/PikaOS-Gnome-2210-amd64_23.01.14.iso",
icon: "tabler:download",
}}
>
@ -264,7 +264,7 @@ const meta = {
<Fragment slot="subtitle">
Grab our latest PikaOS ISO now!<br/><br/>
<a class="underline pb-5" href="https://pikaos.ferreo.dev/PikaOS-Gnome-2210-amd64_23.01.14.md5">MD5 hash here.</a>
<a class="underline pb-5" href="https://cdn.ferreo.dev/PikaOS-Gnome-2210-amd64_23.01.14.md5">MD5 hash here.</a>
</Fragment>
</CallToAction>
</div>