oxen-website/constants/metadata.tsx
2021-05-17 06:20:39 +00:00

22 lines
779 B
TypeScript

const METADATA = {
OXEN_HOST_URL: 'https://oxen.io',
TITLE_SUFFIX: 'Oxen | Privacy made simple.',
SITE_META_DESCRIPTION:
'Oxen is built by the OPTF, a passionate team of advocates, creatives, and engineers building a world where the internet is open, software is free and accessible, and your privacy is protected. The OPTF also builds other platforms using Oxen technology, and supports other developers in building on Oxen.',
ROADMAP: {
DESCRIPTION: "View Oxen's plan for the future here.",
},
404: {
DESCRIPTION: "Oopsy, here's our 404 page.",
},
BLOG: {
DESCRIPTION: "View Oxen's Blog Updates Here",
URL: 'https://oxen.io/blog',
},
FAQ: {
DESCRIPTION: 'View Some Frequently Asked Questions here',
},
};
export default METADATA;