import PropTypes from 'prop-types' import Head from 'next/head' import Navigasyon from './navigasyon' const siteUrl = process.env.NEXT_PUBLIC_SITE_URL || 'http://localhost:3000' const apiUrl = process.env.NEXT_PUBLIC_API_URL_ROOT || 'http://localhost:1337' const siteName = process.env.NEXT_PUBLIC_SITE_NAME || 'PAWÒL-NU. Paroles et traductions.' const orgName = process.env.NEXT_PUBLIC_ORG_NAME || 'OKI' const twitterHandle = `@${process.env.NEXT_PUBLIC_TWITTER_USERNAME || 'OrganisationKA'}` export default function HeadLayout({ children, imageUrl, imageWidth, imageHeight, imageMime, title, tab, slug, summary }) { return (