2022-06-28 20:17:06 +08:00
|
|
|
export default {
|
|
|
|
title: "A beautiful library with SVG logos",
|
2022-06-28 21:00:13 +08:00
|
|
|
titleTemplate: "%s - Svgl",
|
|
|
|
description: "Svgl is a library of free and open source SVG logos.",
|
2022-06-28 20:17:06 +08:00
|
|
|
defaultTitle: "svgl",
|
|
|
|
additionalLinkTags: [
|
|
|
|
{
|
|
|
|
rel: "icon",
|
|
|
|
href: "/icons/icon.ico",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
rel: "apple-touch-icon",
|
|
|
|
href: "/icons/apple-touch-icon-180x180.png",
|
|
|
|
sizes: "180x180",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
rel: "apple-touch-icon",
|
|
|
|
href: "/icons/apple-touch-icon-152x152.png",
|
|
|
|
sizes: "152x152",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
rel: "apple-touch-icon",
|
|
|
|
href: "/icons/apple-touch-icon-114x114.png",
|
|
|
|
sizes: "114x114",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
rel: "manifest",
|
|
|
|
href: "/manifest.json",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
rel: "preload",
|
|
|
|
href: "/fonts/Inter-Regular.woff2",
|
|
|
|
as: "font",
|
|
|
|
type: "font/woff2",
|
|
|
|
crossOrigin: "anonymous",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
openGraph: {
|
2022-06-28 21:00:13 +08:00
|
|
|
site_name: "Svgl",
|
2022-06-28 20:17:06 +08:00
|
|
|
url: "https://svgl.vercel.app/",
|
|
|
|
type: "website",
|
|
|
|
locale: "en_IE",
|
|
|
|
images: [
|
|
|
|
{
|
|
|
|
url: "/images/banner.png",
|
|
|
|
width: 1920,
|
|
|
|
height: 1080,
|
2022-06-28 21:00:13 +08:00
|
|
|
type: "image/png",
|
2022-06-28 20:17:06 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
},
|
|
|
|
twitter: {
|
|
|
|
handle: "@pheralb_",
|
|
|
|
site: "@pheralb_",
|
|
|
|
cardType: "summary_large_image",
|
|
|
|
},
|
|
|
|
};
|