30 lines
760 B
JavaScript
30 lines
760 B
JavaScript
const siteConfig = {
|
|
title: 'Datopian Next.js Template',
|
|
tagline: 'A starter template for Next.JS with Tailwind and MDX',
|
|
description: 'Hello ...',
|
|
author: 'Datopian',
|
|
// logo image
|
|
authorLogo: 'https://playbook.datopian.com/img/datopian-dark-logotype.svg',
|
|
// url to author
|
|
authorUrl: 'https://datopian.com/',
|
|
// Google analytics key e.g. G-XXXX
|
|
analytics: '',
|
|
// optional additional nextSeo content set on each page
|
|
// see https://github.com/garmeeh/next-seo
|
|
// nextSeo: {
|
|
// openGraph: {
|
|
// images: [
|
|
// {
|
|
// url: 'https://image.url/...',
|
|
// alt: '',
|
|
// width: 1200,
|
|
// height: 627,
|
|
// type: 'image/png',
|
|
// }
|
|
// ]
|
|
// }
|
|
// }
|
|
}
|
|
|
|
module.exports = siteConfig
|