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"> <div className="container mx-auto flex max-w-8xl flex-wrap items-center justify-between px-4 md:px-8">
<Link href="/"> <Link href="/">
<a className="flex items-center gap-2 no-underline"> <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"> <span className="self-center whitespace-nowrap text-xl font-semibold text-ctp-text">
Crystal Linux Crystal Linux
</span> </span>

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

Loading…
Cancel
Save