You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
getcryst.al/next-seo.config.js

17 lines
431 B
JavaScript

/** @type {import('next-seo').DefaultSeoProps} */
export default {
titleTemplate: "Crystal Linux - %s",
title: "Official Site",
defaultTitle: "Crystal Linux",
description:
"Crystal Linux is a brand new Arch Linux based distribution. Friendly, powerful and easy to use.",
twitter: {
cardType: "summary",
handle: "Crystal_Linux",
},
openGraph: {
site_name: "Crystal Linux",
type: "website",
},
};