diff --git a/components/head-layout.js b/components/head-layout.js index dd95f25..a86c74e 100644 --- a/components/head-layout.js +++ b/components/head-layout.js @@ -3,6 +3,8 @@ import Head from 'next/head' import Navigasyon from './navigasyon' +const siteUrl = process.env.NEXT_PUBLIC_SITE_URL || 'http://localhost:3000' + export default function HeadLayout({ children, title, @@ -13,26 +15,28 @@ export default function HeadLayout({
#OKi - {title ? title : 'Organisation KA Internationale'} + - - - + + + + - + - +