update paths to include /site

i18n
mrshmllow 2 years ago committed by marshmallow
parent 7857dbd694
commit 827152f9ea

@ -43,7 +43,7 @@ const Navbar = () => {
<div className="container mx-auto flex max-w-8xl flex-wrap items-center justify-between px-4 md:px-8">
<Link href="/">
<a className="flex items-center gap-2 no-underline">
<Image src="/svg/crystal-logo.svg" width={35} height={35} alt="" />
<Image src="/site/svg/crystal-logo.svg" width={35} height={35} alt="" />
<span className="self-center whitespace-nowrap text-xl font-semibold text-ctp-text">
Crystal Linux
</span>

@ -20,27 +20,27 @@ const Document = () => (
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicons/apple-touch-icon.png"
href="/site/favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicons/favicon-32x32.png"
href="/site/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicons/favicon-16x16.png"
href="/site/favicons/favicon-16x16.png"
/>
<link
rel="mask-icon"
href="/favicons/safari-pinned-tab.svg"
color="#5bbad5"
/>
<link rel="shortcut icon" href="/favicons/favicon.ico" />
<link rel="icon" href="/favicons/favicon.ico" />
<link rel="shortcut icon" href="/site/favicons/favicon.ico" />
<link rel="icon" href="/site/favicons/favicon.ico" />
</Head>
<body className="bg-ctp-base">

Loading…
Cancel
Save