Add status page and link to cloudflare
This commit is contained in:
parent
22c26a140e
commit
14c9aa3f49
@ -60,6 +60,10 @@ const credits: CreditsData[] = [
|
|||||||
role: "Logo Artist & Financial Contributor",
|
role: "Logo Artist & Financial Contributor",
|
||||||
contributor: "nesper8",
|
contributor: "nesper8",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
role: "Global CDN and infrastructure",
|
||||||
|
contributor: "Cloudflare",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -23,6 +23,10 @@ const links = [
|
|||||||
text: "Credits",
|
text: "Credits",
|
||||||
href: "/credits",
|
href: "/credits",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: "Status",
|
||||||
|
href: "https://status.pika-os.com/",
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// text: 'About us',
|
// text: 'About us',
|
||||||
// href: '#about',
|
// href: '#about',
|
||||||
|
@ -50,7 +50,7 @@ const meta = {
|
|||||||
> combined with a <a class="underline" href="https://ubuntu.com/"
|
> combined with a <a class="underline" href="https://ubuntu.com/"
|
||||||
>Ubuntu</a
|
>Ubuntu</a
|
||||||
> base, PikaOS is almost unrivaled in software compatibility.
|
> base, PikaOS is almost unrivaled in software compatibility.
|
||||||
Not to be confused with PikeOS which isn't even a gaming linux distribution and is apparently made by people that like to file spurious trademark claims.
|
Our repository is also extremely fast globally thanks to <a class="underline" href="https://ubuntu.com/">Cloudflare's</a> CDN. They also power our global ISO mirrors and status page.
|
||||||
</span>
|
</span>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
</Hero>
|
</Hero>
|
||||||
|
Loading…
Reference in New Issue
Block a user